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 2:5c81e1847ccd, committed 2015-08-15
- Comitter:
- julianlab
- Date:
- Sat Aug 15 11:33:58 2015 +0000
- Parent:
- 1:28c8eafa0fe3
- Commit message:
- Changed the BusOut leds to Morpho pin defines
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 15 11:26:55 2015 +0000 +++ b/main.cpp Sat Aug 15 11:33:58 2015 +0000 @@ -2,7 +2,7 @@ AnalogIn potValue(PA_0); -BusOut leds(D2, D3, D4, D5, D6, D7, D8, D9, D10, D11); +BusOut leds(PA_10, PB_3, PB_5, PB_4, PB_10, PA_8, PA_9, PC_7, PB_6, PA_7); int main() {