LED-Tweak and some first Functions für LubeApp

This commit is contained in:
2022-01-10 00:02:21 +01:00
parent ffe943f187
commit 829e70d11a
5 changed files with 127 additions and 63 deletions

View File

@@ -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