Revert "Additional debounce control parameters for rotary encoder settings (f…" (#2846)

This reverts commit bf18851b6b.
This commit is contained in:
gullradriel
2025-10-28 10:34:14 +01:00
committed by GitHub
parent 3b57672dda
commit 0f9d9e589d
8 changed files with 64 additions and 144 deletions
-2
View File
@@ -32,8 +32,6 @@ class Encoder {
private:
uint_fast8_t state{0};
int_fast8_t prev_direction{0};
uint8_t direction_stability_count{0}; // count consecutive same-direction changes
uint8_t direction_cooldown{0}; // prevent rapid direction reversals
};
#endif /*__ENCODER_H__*/