Issue #17: Add override function for deltas of rotary encoder

This commit is contained in:
2020-08-30 18:25:10 +02:00
parent 914abd8562
commit 0da6925119
2 changed files with 14 additions and 0 deletions

View File

@@ -41,4 +41,6 @@ void rotary_encoder_stop(void);
void rotary_encoder_zero(void);
void rotary_encoder_override_delta(int16_t delta);
#endif /* __ROTARY_ENCODER_H__ */