takuya .
/
test_led_BUC
Diff: main.cpp
- Revision:
- 0:974a44f3ff30
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Sun Apr 04 04:56:39 2010 +0000 @@ -0,0 +1,12 @@ +#include "mbed.h" + +unsigned char i; + +BusOut leds(LED4, LED3, LED2, LED1); + +int main() { + while(1) { + leds = leds+1; + wait(0.5); + } +} \ No newline at end of file