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.
Dependencies: mbed QEI PololuLedStrip
Diff: main.cpp
- Revision:
- 4:101a39472379
- Parent:
- 3:972edaeae65c
- Child:
- 5:8162bfbd47a1
diff -r 972edaeae65c -r 101a39472379 main.cpp --- a/main.cpp Thu Dec 05 18:43:40 2013 +0000 +++ b/main.cpp Thu Sep 08 23:29:47 2016 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "PololuLedStrip.h" -PololuLedStrip ledStrip(p8); +PololuLedStrip ledStrip(D8); #define LED_COUNT 155 rgb_color colors[LED_COUNT];