Add support for i2c slave address

This commit is contained in:
Scott Lahteine
2016-08-10 23:04:18 -07:00
parent 58c8e6cef2
commit a99ecf71d8
21 changed files with 106 additions and 46 deletions

View File

@ -795,5 +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
#endif // CONFIGURATION_ADV_H