set default vccsw state to 5v instead of 3.3v #bugfix
default parameters do not work on 3.3v
This commit is contained in:
parent
e5d9d9093b
commit
89459b0f23
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue