#ifndef _LUBEAPP_H_ #define _LUBEAPP_H_ #include #include "config.h" #include "common.h" #include "globals.h" #define LUBE_PULSE_LENGHT_MS 1000 void RunLubeApp(volatile uint32_t * wheelPulseCounter); #endif