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 6:6f6ae72f40c8, committed 2015-08-14
- Comitter:
- julianlab
- Date:
- Fri Aug 14 16:30:31 2015 +0000
- Parent:
- 5:6e873c38d851
- Commit message:
- Changed the PIN defines from Arduino to Morpho
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 14 16:20:45 2015 +0000 +++ b/main.cpp Fri Aug 14 16:30:31 2015 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" -DigitalOut leds[] ={ (D13), (D12), (D11), (D10), (D9) }; +DigitalOut leds[] ={ (PA_5), (PA_6), (PA_7), (PB_6), (PC_7) }; int main() {