lazaro camargo
/
Blinky_Tests_GreenTea1
1
Fork of Blinky_Tests by
Diff: main.cpp
- Revision:
- 0:0d5d376157a0
diff -r 000000000000 -r 0d5d376157a0 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Sep 19 22:12:16 2016 +0000 @@ -0,0 +1,9 @@ +#include "Blinky.h" + +int main(void){ + Blinky blinker(LED1, 500); + blinker.start(); + Thread::wait(5000); + blinker.stop(); +} +