Add error mode indicator when SET1 is set above max

This commit is contained in:
true
2023-10-31 08:22:27 -07:00
parent cfd9715023
commit f2d4afce1c
3 changed files with 48 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ void userio_parse();
uint8_t userio_get_mode();
int16_t userio_get_btn();
uint8_t userio_get_set1_limit();
#endif /* _INC_USERIO_H */