Tests for simple blinky library.

Dependencies:   Blinky

Fork of Blinky_Tests by Sarah Marsh

Files at this revision

API Documentation at this revision

Comitter:
mbed_demo
Date:
Wed Nov 09 17:49:45 2016 +0000
Parent:
6:246fbf2e7659
Commit message:
Comment update;

Changed in this revision

TESTS/Blinky/5_Blinks/main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 246fbf2e7659 -r cb3da0486f3c TESTS/Blinky/5_Blinks/main.cpp
--- a/TESTS/Blinky/5_Blinks/main.cpp	Wed Nov 09 16:56:19 2016 +0000
+++ b/TESTS/Blinky/5_Blinks/main.cpp	Wed Nov 09 17:49:45 2016 +0000
@@ -9,7 +9,6 @@
  
 //All tests will blink the LED 5 times
 const int expected_blinks = 5;
-//To be set by interrupt handler
  
 //Generic blink test
 //interval => the the amount of time between blinks