From b93dbb68085451accdc0d3084de82d6cfd460704 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 14 Jun 2020 14:53:47 -0700 Subject: [PATCH] Changed logic default to low instead of high #bugfix --- firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h index ed535cb..836c07b 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/pP_config.h @@ -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