Combination of Stepper Motors and Encoders

Dependencies:   mbed mbed-rtos

Revision:
0:67b964961693
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/encoder.h	Sun Mar 07 20:13:02 2021 +0000
@@ -0,0 +1,12 @@
+#include <mbed.h>
+#define resolution = 12
+/*
+class Encoder{
+    private:
+        char address[1] = {0x00};
+        uint16_t position = 0;
+    public:
+        Encoder(char _address){}
+        void updatePosition(Serial* serialPort);
+        uint16_t getPosistion();
+}       */
\ No newline at end of file