The example program for mbed pin-compatible platforms

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Files at this revision

API Documentation at this revision

Comitter:
mjohnm
Date:
Sun Mar 15 20:53:47 2015 +0000
Parent:
6:e8cd76f38fa9
Commit message:
eh?;

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 e8cd76f38fa9 -r 67bf1a101660 main.cpp
--- a/main.cpp	Fri May 09 19:58:03 2014 +0300
+++ b/main.cpp	Sun Mar 15 20:53:47 2015 +0000
@@ -1,12 +1,17 @@
 #include "mbed.h"
 
 DigitalOut myled(LED1);
+int test[16000],test2[16000];
 
-int main() {
+int main()
+{
     while(1) {
         myled = 1;
         wait(0.2);
         myled = 0;
         wait(0.2);
+        test[7] = 123456;
+        test2[7] = 123456;
+        test[3] = rnd();
     }
 }
diff -r e8cd76f38fa9 -r 67bf1a101660 mbed.bld
--- a/mbed.bld	Fri May 09 19:58:03 2014 +0300
+++ b/mbed.bld	Sun Mar 15 20:53:47 2015 +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/7e07b6fb45cf
\ No newline at end of file