The simplest program , blink a led on pin PA_5
Dependencies: Hotboards_leds mbed
Fork of led by
Revision 1:87da85491aaa, committed 2016-03-15
- Comitter:
- Hotboards
- Date:
- Tue Mar 15 18:04:52 2016 +0000
- Parent:
- 0:b5cfc5f155cb
- Commit message:
- Added header to Hotboards_leds.cpp
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b5cfc5f155cb -r 87da85491aaa main.cpp --- a/main.cpp Mon Feb 29 19:58:35 2016 +0000 +++ b/main.cpp Tue Mar 15 18:04:52 2016 +0000 @@ -1,7 +1,14 @@ -/* +/* + * file Hotboards_leds.cpp + * autor Diego + * modified by Roman + * contact hotboards.org + * + * Description * The simplest program I, blink a led on pin PA_5 - * + * This sketch show how to use the Hotboards_leds library + * for toggling a led */ #include "mbed.h"