The example program for RedBearLab nRF51822 relative platforms

Dependencies:   mbed

Dependents:   nRF51822_BMP085

Fork of mbed_blinky by Mbed

Files at this revision

API Documentation at this revision

Comitter:
RedBearLab
Date:
Fri Oct 31 09:44:47 2014 +0000
Parent:
6:e8cd76f38fa9
Child:
8:d355609af408
Commit message:
First commit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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);
     }
 }
--- a/mbed.bld	Fri May 09 19:58:03 2014 +0300
+++ b/mbed.bld	Fri Oct 31 09:44:47 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/031413cf7a89
\ No newline at end of file