Save lots of PROGMEM, ~20b SRAM with DIGIPOT_I2C
This commit is contained in:
parent
4134a6b526
commit
c9e3caf928
4 changed files with 53 additions and 28 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue