22

Dependencies:   DISCO_L475VG_IOT01A_wifi

Revision:
0:dc1150daf908
Child:
1:98939393d0db
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Motorcontrol.h	Tue Aug 20 09:30:12 2019 +0000
@@ -0,0 +1,5 @@
+
+void MotorControl();
+void motorCW(float speed);
+void motorCCW(float speed);
+void motorStop();