Add PINS_DEBUGGING advanced config option

This commit is contained in:
Scott Lahteine
2016-10-07 14:20:13 -05:00
parent e21bab5243
commit a0df34fd4c
18 changed files with 90 additions and 0 deletions

View File

@ -810,4 +810,9 @@
//#define EXPERIMENTAL_I2CBUS
#define I2C_SLAVE_ADDRESS 0 // Set a value from 8 to 127 to act as a slave
/**
* Add M43 command for pins info and testing
*/
//#define PINS_DEBUGGING
#endif // CONFIGURATION_ADV_H