Basic Function works

This commit is contained in:
2022-01-10 00:55:04 +01:00
parent 402535051a
commit bfa4272334
6 changed files with 98 additions and 50 deletions

View File

@@ -6,8 +6,10 @@
#include "common.h"
#include "globals.h"
#define LUBE_PULSE_LENGHT_MS 1000
#define LUBE_PULSE_LENGHT_MS 500
#define LUBE_PULSE_PAUSE_MS 250
void RunLubeApp(volatile uint32_t * wheelPulseCounter);
void LubePulse();
#endif