Additional details for I2C_SLAVE_ADDRESS

This commit is contained in:
Scott Lahteine
2016-08-12 00:51:25 -07:00
parent 7427290d3a
commit d63b8e2b2b
22 changed files with 36 additions and 20 deletions

View File

@ -795,6 +795,6 @@ const unsigned int dropsegments = 5; //everything with less than this number of
// @section i2cbus
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set non-zero to act as a slave
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
#endif // CONFIGURATION_ADV_H