Added Button-Function Rain/Normal Switch

This commit is contained in:
2022-01-13 21:59:32 +01:00
parent acb3c97c02
commit 2217d68026
2 changed files with 32 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
#define LUBE_PULSE_LENGHT_MS 100
#define LUBE_PULSE_PAUSE_MS 100
#define BUTTON_HOLD_DELAY 1000
void RunLubeApp(volatile uint32_t * wheelPulseCounter);
void LubePulse();