Yves Yuzo Sakamoto
/
Nucleo_blink_led
Test
Revision 1:8810749b5f73, committed 2018-10-17
- Comitter:
- yurindes
- Date:
- Wed Oct 17 12:28:08 2018 +0000
- Parent:
- 0:e6fb1f045754
- Commit message:
- First commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e6fb1f045754 -r 8810749b5f73 main.cpp --- a/main.cpp Wed Oct 17 12:25:52 2018 +0000 +++ b/main.cpp Wed Oct 17 12:28:08 2018 +0000 @@ -1,5 +1,7 @@ #include "mbed.h" +//test test test + DigitalOut myled(LED1); int main() {