From 7f1985d0cdb55af6ea88e4c4401460b15b1d9fab Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 10 Jun 2019 21:24:59 -0700 Subject: [PATCH] fixed names for new files --- .../Pyr0_Piezo_Sensor_v2.x.x/Pyr0_Piezo_Sensor_v2.x.x.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/Pyr0_Piezo_Sensor_v2.x.x.ino b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/Pyr0_Piezo_Sensor_v2.x.x.ino index 6abff57..3ee495d 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/Pyr0_Piezo_Sensor_v2.x.x.ino +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/Pyr0_Piezo_Sensor_v2.x.x.ino @@ -59,11 +59,13 @@ The gain STATE is representative of these values: // Debug output toggle. Uncomment to enable #define DEBUG true +#include "pP_serial.cpp" + // i2c input toggle. Uncomment to enable //#define I2C true #ifdef I2C #include - #include "pP_i2c.h" + #include "pP_i2c.cpp" #endif // Headers, variables, and functions