homayoun mh
/
Arduino_BareMinimun
Arduino_BareMinimun sample code ported.
Revision 0:db3c8205de34, committed 2014-09-03
- Comitter:
- homayoun
- Date:
- Wed Sep 03 10:24:09 2014 +0000
- Commit message:
- Arduino_BareMinimun
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 000000000000 -r db3c8205de34 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Wed Sep 03 10:24:09 2014 +0000 @@ -0,0 +1,17 @@ +#include "mbed.h" + +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +} + +int main() +{ + setup(); + while(1) loop(); +}
diff -r 000000000000 -r db3c8205de34 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Sep 03 10:24:09 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013 \ No newline at end of file