Esp32CameraRover2 icon indicating copy to clipboard operation
Esp32CameraRover2 copied to clipboard

Redesign Encoder polling code

Open Ezward opened this issue 3 years ago • 0 comments

Rewrite the encoder polling code to act like the mono encoder sketch I create for the DonkeyCar project. See https://github.com/autorope/donkeycar/tree/921-next-generation-odometer-parts/arduino

The mono encoder does a reasonable job of reading encoder pulses while debouncing, all without interrupts. We can leave the interrupt version of the code as-sis.

Ezward avatar Oct 31 '21 06:10 Ezward