blinking leds
Dependencies: Blinker HelloWorld mbed
Revision 0:5cd65c0888a4, committed 2016-12-01
- Comitter:
- 2bv14ei073
- Date:
- Thu Dec 01 15:00:30 2016 +0000
- Commit message:
- blinking leds
Changed in this revision
diff -r 000000000000 -r 5cd65c0888a4 Blinker.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Blinker.lib Thu Dec 01 15:00:30 2016 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/users/2bv14ei073/code/Blinker/#190915d53c0b
diff -r 000000000000 -r 5cd65c0888a4 HelloWorld.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HelloWorld.lib Thu Dec 01 15:00:30 2016 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/simon/code/HelloWorld/#03c191369089
diff -r 000000000000 -r 5cd65c0888a4 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Dec 01 15:00:30 2016 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" +#include "Blinker.h" +Blinker led(LED2); + +int main() { + led.blink(5); + led.blink(2); +} \ No newline at end of file
diff -r 000000000000 -r 5cd65c0888a4 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Dec 01 15:00:30 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/d75b3fe1f5cb \ No newline at end of file