shorter Pulses for Pump

This commit is contained in:
Marcel Peterkau 2022-01-12 00:52:59 +01:00
parent ea4895c262
commit cff7c7b29c

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