Save lots of PROGMEM, ~20b SRAM with DIGIPOT_I2C

This commit is contained in:
Scott Lahteine
2017-06-06 06:10:10 -05:00
parent 4134a6b526
commit c9e3caf928
4 changed files with 53 additions and 28 deletions

View File

@@ -782,7 +782,7 @@ extern "C" {
#endif // !SDSUPPORT
#if ENABLED(DIGIPOT_I2C)
extern void digipot_i2c_set_current(int channel, float current);
extern void digipot_i2c_set_current(uint8_t channel, float current);
extern void digipot_i2c_init();
#endif