Update configuration.h

This commit is contained in:
Cory
2024-12-12 01:13:00 -05:00
parent f190be709a
commit 7933436810
+2 -1
View File
@@ -15,6 +15,7 @@
#define IN_MULTI 3 //Multiple position switch
#define IN_CTR_POT 4 //Potentiometer with center position
#define IN_CTR_POT_2 5 //Potentiometer with center that needs second channel
#define IN_BIN_SOFT 6 //Binary input for software usage
//NRF Pins
@@ -32,7 +33,7 @@ uint8_t address[][6]= { "RXDev", "TXDev"};
//Tweak values
#define STICK_CENTER 128
#define STICK_DEADZONE 20 //Value in each direction
#define STICK_DEADZONE 20 //Value in each direction
#define BIN_TRIP_VALUE 128 //Value above which binary output will be triggered
#define WATCHDOG_TIME 3000 //Watchdog interval in milliseconds