Some code comment fixes.
This commit is contained in:
parent
f922f23623
commit
485e474899
1 changed files with 2 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ void setup() {
|
||||||
|
|
||||||
// Set blink effect (ON, OFF) in milliseconds
|
// Set blink effect (ON, OFF) in milliseconds
|
||||||
blinker.setDelay(25, 9075);
|
blinker.setDelay(25, 9075);
|
||||||
|
// Start LED blink effect
|
||||||
blinker.start();
|
blinker.start();
|
||||||
|
|
||||||
// Initialize HID
|
// Initialize HID
|
||||||
|
|
@ -56,7 +57,7 @@ void setup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
// Start LED blink effect
|
// Invoke the Blinker
|
||||||
blinker.blink();
|
blinker.blink();
|
||||||
|
|
||||||
// Read button state
|
// Read button state
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue