masamitsu shibata
/
test1
aaa
Diff: main.cpp
- Revision:
- 0:dd857692398d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Apr 28 07:33:59 2014 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" + +BusOut leds(P1_13, P1_14, P1_22, P0_17, P0_18, P0_19, P1_15, P0_1); + +int main() { + while(1) { + leds = 0xff; + wait(0.3); + leds = 0; + wait(0.2); + } +} \ No newline at end of file