Future Electronics
/
sequana-rgb-led_summmit2019
LED driver.
Revision 9:de0cfb4301d5, committed 2019-03-22
- Comitter:
- Seb_Sok
- Date:
- Fri Mar 22 14:14:12 2019 +0000
- Parent:
- 8:edc0db715dda
- Commit message:
- rev. 1.6
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r edc0db715dda -r de0cfb4301d5 main.cpp --- a/main.cpp Fri Mar 22 13:23:42 2019 +0000 +++ b/main.cpp Fri Mar 22 14:14:12 2019 +0000 @@ -178,7 +178,7 @@ // This function is used to set the direction of rotation of the leds if(UserButton){ - if(++led_counter > 7) led_counter = 0; // Left spin + if(++led_counter > 7) led_counter = 0; // Right spin }