Reworked method to calc traveled distance

This commit is contained in:
2022-02-04 21:28:18 +01:00
parent 39fc8af955
commit 1ace7a8d6a
4 changed files with 25 additions and 30 deletions

View File

@@ -11,7 +11,7 @@
#define LUBE_PULSE_PAUSE_MS 100
#define STARTUP_DELAY 5000
void RunLubeApp(volatile uint32_t * wheelPulseCounter);
void RunLubeApp(uint32_t add_milimeters);
void LubePulse();
#endif