ジャパンオープン用のメインプログラム

Dependencies:   mbed AQM1602 HMC6352 PID

Committer:
lilac0112_1
Date:
Fri Mar 04 09:01:20 2016 +0000
Revision:
5:5ff3a7d5d8c2
Parent:
0:ea35c18c85fc
somehow and new ir_pow_format

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lilac0112_1 0:ea35c18c85fc 1 #ifndef _ACTIVE_H_
lilac0112_1 0:ea35c18c85fc 2 #define _ACTIVE_H_
lilac0112_1 0:ea35c18c85fc 3
lilac0112_1 0:ea35c18c85fc 4 //modeActive
lilac0112_1 5:5ff3a7d5d8c2 5 void Active(void);
lilac0112_1 0:ea35c18c85fc 6 //for transition
lilac0112_1 0:ea35c18c85fc 7 void ResetState(void);
lilac0112_1 0:ea35c18c85fc 8 void Active2Command(void);
lilac0112_1 0:ea35c18c85fc 9
lilac0112_1 0:ea35c18c85fc 10 #endif //_ACTIVE_H_