Neptune_170620

Dependencies:   mbed

Revision:
0:20b4b057fa7f
diff -r 000000000000 -r 20b4b057fa7f MotorControl.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MotorControl.h	Wed Jun 17 10:11:19 2020 +0000
@@ -0,0 +1,14 @@
+#ifndef MOTORCONTROL_H
+#define MOTORCONTROL_H
+
+#include "mbed.h"
+/* *
+class MotorControl 
+{
+  public:
+
+    MotorControl(PinName Tx, PinName Rx);
+
+};
+*/
+#endif