
Revision 0:7ddfc2e4391a, committed 2012-02-02
- Comitter:
- YYoshino
- Date:
- Thu Feb 02 04:05:31 2012 +0000
- Commit message:
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 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Feb 02 04:05:31 2012 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" + +BusOut leds(LED1,LED2,LED3,LED4); + +int main() { + leds=0; + while(1){ + leds=leds+1; + } +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Feb 02 04:05:31 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/63bcd7ba4912