Switched to constants for pin numbers
This commit is contained in:
16
include/pinDefinitions.h
Normal file
16
include/pinDefinitions.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
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 BTN_STAFF_UP = 2;
|
||||
const int BTN_STAFF_DWN = 4;
|
||||
|
||||
const int REMOTE_A = 17;
|
||||
const int REMOTE_B = 16;
|
||||
const int REMOTE_C = 15;
|
||||
const int REMOTE_D = 14;
|
||||
Reference in New Issue
Block a user