DECS @UNIST / Mbed 2 deprecated Anybaro_ver_7

Dependencies:   mbed

MotorControl.h

Committer:
Bhoney
Date:
2019-08-22
Revision:
19:67584cb64b9c
Parent:
4:bf4ad2079096

File content as of revision 19:67584cb64b9c:

#ifndef MOTOR_CONTROL_H
#define MOTOR_CONTROL_H

void MotorButton();
void ControlAng();
void MotorTest(int mode);
void ButtonOn();
void MkAction();
void MkActionManual();

#endif