A simple timer

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
pythonworld
Date:
Sat Sep 23 22:15:23 2017 +0000
Parent:
0:d962bf5b5f53
Commit message:
change inteval1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Sep 17 22:25:35 2017 +0000
+++ b/main.cpp	Sat Sep 23 22:15:23 2017 +0000
@@ -2,7 +2,7 @@
 
 int status = 0;
 int second =5;
-const float interval1 = 0.3;
+const float interval1 = 0.2;
 const float interval0 = 0.5;
 DigitalOut  my_led(D13);
 DigitalOut  my_buzzer(D8);