Open VIPQualityPost opened 9 months ago
0 tests ±0 0 :white_check_mark: ±0 0s :stopwatch: ±0s 0 suites ±0 0 :zzz: ±0 0 files ±0 0 :x: ±0
Results for commit 18fedbef. ± Comparison against base commit aa76597f.
Is @jpcornil-git going to create a PR for his new async encoder code? His is much better than mine, and achieves the same purpose, so we should think about that too. If not, I'm happy to also modify API docs and desktop app.
Is @jpcornil-git going to create a PR for his new async encoder code? His is much better than mine, and achieves the same purpose, so we should think about that too. If not, I'm happy to also modify API docs and desktop app.
Consensus was no in the meeting IIRC
What do you think? The main idea is to remove the filtering from the encoder code, and instead only work with a new enum HallState which indicates if the hall sensor is inactive, north, or south. This successfully builds for both Uno and ESP32 environments. I still need to check if I associated the right transitions to the right carriages.
I have also snuck in a small change here to the ayab-esp32 board definition of PIO, changing partition to "default.csv" as the reference board I took it from was outdated.