From b207482bc1ca76ba21ae846b7446e1fdff65ab32 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 29 Aug 2019 11:50:31 -0700 Subject: [PATCH] fixed definition parameter for I2C config #bugfix --- firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h index 4b0e5c3..d93a69e 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h @@ -32,7 +32,7 @@ long voltMeterConstant = 1125300L; // For fine tuning input voltage sense #endif -#ifdef I2C +#ifdef I2C_INPUT #if !(defined(pP_i2c_address)) byte pP_i2c_address = 0xa0; // I2C Bus Address #endif