From a44ed2556f393929b5706f03524492a56760e9a8 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 9 May 2020 12:24:59 -0700 Subject: [PATCH] fixed incorrect annotation on one config #docs --- 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 07f5b21..ed535cb 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 @@ -43,7 +43,7 @@ extern int PZDET; // Enable or disable piezo connection detection, default is of #define VCCSW_DEFAULT 0 #define VCCSW_ADDRESS 28 -extern int VCCSW; // Enable or disable piezo connection detection, default is off +extern int VCCSW; // Set the signal output to 3.3v [0] or 5v logic [1] extern int Debug;