set default vccsw state to 5v instead of 3.3v #bugfix

default parameters do not work on 3.3v
This commit is contained in:
pyr0ball 2020-09-15 10:50:16 -07:00
parent e5d9d9093b
commit 89459b0f23

View file

@ -41,7 +41,7 @@ extern int LOGIC; // Trigger logic scheme, Active LOW is default
#define PZDET_ADDRESS 26 #define PZDET_ADDRESS 26
extern int PZDET; // Enable or disable piezo connection detection, default is off extern int PZDET; // Enable or disable piezo connection detection, default is off
#define VCCSW_DEFAULT 0 #define VCCSW_DEFAULT 1
#define VCCSW_ADDRESS 28 #define VCCSW_ADDRESS 28
extern int VCCSW; // Set the signal output to 3.3v [0] or 5v logic [1] extern int VCCSW; // Set the signal output to 3.3v [0] or 5v logic [1]