DECS @UNIST / Mbed 2 deprecated Anybaro_ver_7

Dependencies:   mbed

Committer:
Bhoney
Date:
Thu Aug 22 08:36:15 2019 +0000
Revision:
19:67584cb64b9c
Parent:
4:bf4ad2079096
QUALIFYING_MODE is added (Qtimer, Qtime, Qflag, Qfunc for btn)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Bhoney 19:67584cb64b9c 1 #ifndef MOTOR_CONTROL_H
Bhoney 19:67584cb64b9c 2 #define MOTOR_CONTROL_H
Bhoney 19:67584cb64b9c 3
whutsup 4:bf4ad2079096 4 void MotorButton();
whutsup 4:bf4ad2079096 5 void ControlAng();
whutsup 4:bf4ad2079096 6 void MotorTest(int mode);
whutsup 4:bf4ad2079096 7 void ButtonOn();
whutsup 4:bf4ad2079096 8 void MkAction();
Bhoney 19:67584cb64b9c 9 void MkActionManual();
Bhoney 19:67584cb64b9c 10
Bhoney 19:67584cb64b9c 11 #endif