Skip to content

Commit

Permalink
fixed definition parameter for I2C config #bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Aug 29, 2019
1 parent afad0a1 commit b207482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h
Expand Up @@ -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
Expand Down

0 comments on commit b207482

Please sign in to comment.