Pont Architecture Time Triggered OS

Dependencies:   mbed ITG3200

Committer:
Lachrymosa
Date:
Thu Oct 27 22:01:30 2011 +0000
Revision:
0:823a9a4db739
Incomplete Time Triggered OS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Lachrymosa 0:823a9a4db739 1 #ifndef LEDTASK_H_GUARD
Lachrymosa 0:823a9a4db739 2 #define LEDTASK_H_GUARD
Lachrymosa 0:823a9a4db739 3 void Led1Init(void);
Lachrymosa 0:823a9a4db739 4 void Led1Run(void);
Lachrymosa 0:823a9a4db739 5 #endif