Scheduller Demo

Dependencies:   Scheduler mbed

Fork of scheduler-demo-cq-lpc11u35 by mi mi

Committer:
jr1wfh
Date:
Sun May 18 03:53:18 2014 +0000
Revision:
3:d098b01b9dcb
Parent:
1:48a906a94c32
Rev.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mimi3 0:79e298c7d4b9 1 /*
mimi3 0:79e298c7d4b9 2 # Copyright (C) 2012 audin.
mimi3 0:79e298c7d4b9 3 # 2012/11
mimi3 0:79e298c7d4b9 4 # http://avr.paslog.jp
mimi3 0:79e298c7d4b9 5 # This file is licensed under the MIT License.
mimi3 0:79e298c7d4b9 6 */
mimi3 0:79e298c7d4b9 7
mimi3 0:79e298c7d4b9 8 #ifndef LED_TSK_H
mimi3 0:79e298c7d4b9 9 #define LED_TSK_H
mimi3 0:79e298c7d4b9 10
mimi3 1:48a906a94c32 11 void led1_task( void);
mimi3 0:79e298c7d4b9 12 #endif
mimi3 0:79e298c7d4b9 13