Make digitalPotWrite depend on HAS_DIGIPOTSS
This commit is contained in:
parent
f96bc03081
commit
5d0570cea0
3 changed files with 16 additions and 13 deletions
|
|
@ -62,7 +62,9 @@ extern block_t* current_block; // A pointer to the block currently being traced
|
|||
|
||||
void quickStop();
|
||||
|
||||
void digitalPotWrite(int address, int value);
|
||||
#if HAS_DIGIPOTSS
|
||||
void digitalPotWrite(int address, int value);
|
||||
#endif
|
||||
void microstep_ms(uint8_t driver, int8_t ms1, int8_t ms2);
|
||||
void microstep_mode(uint8_t driver, uint8_t stepping);
|
||||
void digipot_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue