From 217c13b82700d58774b874f0865f5ca04f3cc418 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 16 Jan 2020 11:21:31 -0800 Subject: [PATCH] Changed default state of I2C input macro to enabled #featureadd --- .../Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp index 5f31c4e..efbbcc2 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp @@ -101,7 +101,7 @@ update the voltMeterConstant variable in pP_config.h with the correct value #include "pP_serial.h" // i2c input toggle. Uncomment to enable -//#define I2C_INPUT true +#define I2C_INPUT void setup() { //Setup PWM on voltage follower (PD3)