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:
Thu Jan 07 02:52:29 2016 +0000
Parent:
8:d355609af408
Commit message:
Update libraries.

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
diff -r d355609af408 -r 9e24f9f4ac47 main.cpp
--- a/main.cpp	Mon Jul 27 07:03:53 2015 +0000
+++ b/main.cpp	Thu Jan 07 02:52:29 2016 +0000
@@ -2,7 +2,8 @@
 
 DigitalOut myled(LED1);
 
-int main() {
+int main()
+{
     while(1) {
         myled = 1;
         wait(1);
diff -r d355609af408 -r 9e24f9f4ac47 mbed.bld
--- a/mbed.bld	Mon Jul 27 07:03:53 2015 +0000
+++ b/mbed.bld	Thu Jan 07 02:52:29 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/bad568076d81
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c
\ No newline at end of file