Reworked Button-Stuff
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
#define _LUBEAPP_H_
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <stdlib.h>
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include "globals.h"
|
||||
|
||||
#define LUBE_PULSE_LENGHT_MS 160
|
||||
#define LUBE_PULSE_PAUSE_MS 100
|
||||
#define BUTTON_HOLD_DELAY 1000
|
||||
#define STARTUP_DELAY 5000
|
||||
|
||||
void RunLubeApp(volatile uint32_t * wheelPulseCounter);
|
||||
void LubePulse();
|
||||
|
Reference in New Issue
Block a user