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
Fork of DigitalOut_HelloWorld_WIZwiki-W7500 by
Revision 2:a40176947d21, committed 2015-07-02
- Comitter:
- joon874
- Date:
- Thu Jul 02 07:39:11 2015 +0000
- Parent:
- 1:2c953f7052b3
- Child:
- 3:feaf2432da5b
- Commit message:
- Digital Output example for WIZwiki-W7500 Academy
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jul 02 07:30:12 2015 +0000 +++ b/main.cpp Thu Jul 02 07:39:11 2015 +0000 @@ -1,3 +1,5 @@ +/* Digital Output Example Program */ + #include "mbed.h" DigitalOut myled(LED1); // On-board LED_RED
