Wheel control software for satellite microcontroller running the motors on the Karbor

Dependencies:   mbed ros_lib_melodic

Revision:
1:7c355adbc977
Parent:
0:441289ea4e29
Child:
3:4b6080e86761
--- a/src/encoder.h	Thu May 27 18:36:23 2021 +0000
+++ b/src/encoder.h	Thu May 27 18:53:26 2021 +0000
@@ -43,7 +43,6 @@
     
         InterruptIn channelA_;
         InterruptIn channelB_;
-        InterruptIn index_;
     
         int          pulsesPerRev_;
         int          prevState_;