stewartplatform
Dependencies:
mbed
Fork of
PwmOut_HelloWorld
by Mbed
Diff: inc/motor.h
- Revision:
- 2:50062ac8646d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/motor.h Sat May 07 12:27:09 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef MOTOR_H
+#define MOTOR_H
+
+#include "mbed.h"
+
+
+void motor_drive();
+void motor_init();
+
+#endif