Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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 }