Axel
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
Marlin/src/feature/digipot/digipot_mcp4018.cpp
|
@ -25,7 +25,6 @@ |
|
|
#if BOTH(DIGIPOT_I2C, DIGIPOT_MCP4018) |
|
|
#if BOTH(DIGIPOT_I2C, DIGIPOT_MCP4018) |
|
|
|
|
|
|
|
|
#include <Stream.h> |
|
|
#include <Stream.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
|
|
|