Revert encoder sensitivity change (#1314)

This commit is contained in:
Mark Thompson
2023-07-27 09:45:39 -05:00
committed by GitHub
parent b27c738b69
commit e7c5a862da
5 changed files with 69 additions and 39 deletions

View File

@@ -32,7 +32,6 @@ class Encoder {
private:
uint_fast8_t state{0};
int_fast8_t transition_count{0};
};
#endif /*__ENCODER_H__*/