From 64cfcebe660dc170da367ce5cfbe6e201f47ec06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Stawicki?= Date: Thu, 26 Jan 2017 14:31:46 +0100 Subject: [PATCH] Update SlowSoftI2CMaster link. MightyBoard digipots I2C bus has no resistors. --- Marlin/digipot_mcp4018.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/digipot_mcp4018.cpp b/Marlin/digipot_mcp4018.cpp index 21c1e02e1..76fc9ce55 100644 --- a/Marlin/digipot_mcp4018.cpp +++ b/Marlin/digipot_mcp4018.cpp @@ -26,7 +26,7 @@ #include "Stream.h" #include "utility/twi.h" -#include //https://github.com/felias-fogg/SlowSoftI2CMaster +#include //https://github.com/stawel/SlowSoftI2CMaster // Settings for the I2C based DIGIPOT (MCP4018) based on WT150