Tests for simple blinky library.

Dependencies:   Blinky

Fork of Blinky_Tests by Sarah Marsh

Revision:
6:246fbf2e7659
Parent:
0:0d5d376157a0
--- a/main.cpp	Tue Nov 08 22:43:52 2016 +0000
+++ b/main.cpp	Wed Nov 09 16:56:19 2016 +0000
@@ -5,5 +5,6 @@
     blinker.start();
     Thread::wait(5000);
     blinker.stop();
+    printf("Times blinked: %f",blinker.times_blinked());
 }