LED-Tweak and some first Functions für LubeApp
This commit is contained in:
@@ -3,17 +3,11 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "globals.h"
|
||||
|
||||
typedef enum eSystem_Status
|
||||
{
|
||||
sysStat_NOP,
|
||||
sysStat_Startup,
|
||||
sysStat_Normal,
|
||||
sysStat_Rain,
|
||||
sysStat_Purge,
|
||||
sysStat_Error
|
||||
} tSystem_Status;
|
||||
#define LUBE_PULSE_LENGHT_MS 1000
|
||||
|
||||
void RunLubeApp(LubeConfig_t *cfg);
|
||||
void RunLubeApp(volatile uint32_t * wheelPulseCounter);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user