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