Oops, bad calculation in comment
This commit is contained in:
parent
deec112aee
commit
a0a2b9dde5
|
@ -100,7 +100,7 @@ void loop() {
|
||||||
// Send an update
|
// Send an update
|
||||||
HID().SendReport(0, (uint8_t *)&buttonState, 27);
|
HID().SendReport(0, (uint8_t *)&buttonState, 27);
|
||||||
|
|
||||||
// don't report more frequently than 1kHz
|
// don't report more frequently than 100Hz
|
||||||
// this doubles as debouncing logic
|
// this doubles as debouncing logic
|
||||||
delay(10);
|
delay(10);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue