ichiro shirasaka
/
scheduler-demo-cq-lpc11u35
Scheduller Demo
Fork of scheduler-demo-cq-lpc11u35 by
Diff: main.cpp
- Revision:
- 2:6b3e85379edd
- Parent:
- 1:48a906a94c32
- Child:
- 3:d098b01b9dcb
--- a/main.cpp Fri Mar 07 14:37:12 2014 +0000 +++ b/main.cpp Fri Mar 07 14:57:13 2014 +0000 @@ -3,17 +3,17 @@ #include "Scheduler.h" #include "led_tsk.h" -//Serial pc(UART_TX, UART_RX); +Serial pc(UART_TX, UART_RX); int main() { int i=0; - // pc.baud(115200); + pc.baud(115200); scheduler_startLoop( led1_task ); scheduler_startLoop( led2_task ); while(1) { - //pc.printf("\nHello World ! / mbed LPC11U35 %4d",i++); + pc.printf("\nHello World ! / mbed LPC11U35 %4d",i++); taskWait(1000); }