anybaro_

Dependencies:   mbed

Revision:
19:67584cb64b9c
Parent:
4:bf4ad2079096
--- a/MotorControl.h	Thu Jul 04 08:08:18 2019 +0000
+++ b/MotorControl.h	Thu Aug 22 08:36:15 2019 +0000
@@ -1,6 +1,11 @@
+#ifndef MOTOR_CONTROL_H
+#define MOTOR_CONTROL_H
+
 void MotorButton();
 void ControlAng();
 void MotorTest(int mode);
 void ButtonOn();
 void MkAction();
-void MkActionManual();
\ No newline at end of file
+void MkActionManual();
+
+#endif
\ No newline at end of file