updated for mbed-os 5.5
Fork of Task121 by
Revision 8:31e49e1d9386, committed 2019-09-10
- Comitter:
- noutram
- Date:
- Tue Sep 10 14:17:44 2019 +0000
- Parent:
- 7:bc61039bc0dc
- Child:
- 9:5ac40ff61514
- Commit message:
- Pin mapping changed back to D7
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Sep 10 14:47:21 2019 +0100 +++ b/main.cpp Tue Sep 10 14:17:44 2019 +0000 @@ -7,7 +7,7 @@ //Create a DigitalOut “object” called myled //Pass constant D7 as a “parameter” -DigitalOut myled(LED1); +DigitalOut myled(D7); //The main function - all executable C / C++ //applications have a main function. This is
