The example program for RedBearLab nRF51822 relative platforms

Dependencies:   mbed

Dependents:   nRF51822_BMP085

Fork of mbed_blinky by Mbed

Revision:
7:053e387ebb6f
Parent:
4:81cea7a352b0
Child:
9:9e24f9f4ac47
--- a/main.cpp	Fri May 09 19:58:03 2014 +0300
+++ b/main.cpp	Fri Oct 31 09:44:47 2014 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(1);
         myled = 0;
-        wait(0.2);
+        wait(1);
     }
 }