Option to use raw digipot values (#17536)

This commit is contained in:
grauerfuchs
2020-04-18 23:56:23 -04:00
committed by GitHub
parent 8e8ba46cb6
commit 4a5a3d27ed
13 changed files with 89 additions and 84 deletions

View File

@@ -70,7 +70,7 @@
#include "libs/buzzer.h"
#endif
#if ENABLED(DIGIPOT_I2C)
#if HAS_I2C_DIGIPOT
#include "feature/digipot/digipot.h"
#endif
@@ -1070,7 +1070,7 @@ void setup() {
SETUP_RUN(enableStepperDrivers());
#endif
#if ENABLED(DIGIPOT_I2C)
#if HAS_I2C_DIGIPOT
SETUP_RUN(digipot_i2c_init());
#endif