Changed logic default to low instead of high #bugfix
This commit is contained in:
parent
a86c3af806
commit
b93dbb6808
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ extern int TRG_DUR;
|
|||
#define HYST_ADDRESS 20
|
||||
extern int Hyst; // Hysteresis value for ADC measurements
|
||||
|
||||
#define LOGIC_DEFAULT 1
|
||||
#define LOGIC_DEFAULT 0
|
||||
#define LOGIC_ADDRESS 32
|
||||
extern int LOGIC; // Trigger logic scheme, Active LOW is default
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue