Extracted debounceRead to seperate file
All checks were successful
Build Code / build (push) Successful in 1m17s
All checks were successful
Build Code / build (push) Successful in 1m17s
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
const int DEBOUNCE_DELAY = 50;
|
||||
|
||||
const int USER_STEPS = 2;
|
||||
const int STAFF_STEPS = 16;
|
||||
|
||||
const int POT_CS = 10;
|
||||
const int POT_UD = 9;
|
||||
|
||||
const int LED_HIGH = 11; // Green
|
||||
const int LED_MED = 12; // Red
|
||||
const int LED_LOW = 13; // Green
|
||||
const int LED_HIGH = 11; // Green
|
||||
const int LED_MED = 12; // Red
|
||||
const int LED_LOW = 13; // Green
|
||||
|
||||
const int BTN_STAFF_UP = 2;
|
||||
const int BTN_STAFF_UP = 2;
|
||||
const int BTN_STAFF_DWN = 4;
|
||||
|
||||
const int REMOTE_A = 17;
|
||||
|
||||
Reference in New Issue
Block a user