Add further testing code for rotary encoder and lcd

This commit is contained in:
2020-06-09 19:03:33 +02:00
parent 9615fdb39d
commit c63986e271
3 changed files with 19 additions and 3 deletions

View File

@@ -39,4 +39,6 @@ int32_t rotary_encoder_get_change_val(void);
void rotary_encoder_stop(void);
void rotary_encoder_zero(void);
#endif /* __ROTARY_ENCODER_H__ */