|
@ -24,8 +24,8 @@ |
|
|
|
|
|
|
|
|
#if BOTH(DIGIPOT_I2C, DIGIPOT_MCP4018) |
|
|
#if BOTH(DIGIPOT_I2C, DIGIPOT_MCP4018) |
|
|
|
|
|
|
|
|
#include "Stream.h" |
|
|
#include <Stream.h> |
|
|
#include "utility/twi.h" |
|
|
#include <utility/twi.h> |
|
|
#include <SlowSoftI2CMaster.h> //https://github.com/stawel/SlowSoftI2CMaster |
|
|
#include <SlowSoftI2CMaster.h> //https://github.com/stawel/SlowSoftI2CMaster |
|
|
|
|
|
|
|
|
// Settings for the I2C based DIGIPOT (MCP4018) based on WT150
|
|
|
// Settings for the I2C based DIGIPOT (MCP4018) based on WT150
|
|
|