Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
c7bfcf2c
Commit
c7bfcf2c
authored
Apr 23, 2012
by
Dean Camera
Browse files
Fix documentation of the board LED driver (thanks to Karl Lunt).
parent
cfa399a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Board/LEDs.h
View file @
c7bfcf2c
...
...
@@ -80,11 +80,11 @@
* // Turn on each of the four LEDs in turn
* LEDs_SetAllLEDs(LEDS_LED1);
* Delay_MS(500);
* LEDs_SetAllLEDs(LEDS_LED
1
);
* LEDs_SetAllLEDs(LEDS_LED
2
);
* Delay_MS(500);
* LEDs_SetAllLEDs(LEDS_LED
1
);
* LEDs_SetAllLEDs(LEDS_LED
3
);
* Delay_MS(500);
* LEDs_SetAllLEDs(LEDS_LED
1
);
* LEDs_SetAllLEDs(LEDS_LED
4
);
* Delay_MS(500);
*
* // Turn on all LEDs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment