From 64cfcebe660dc170da367ce5cfbe6e201f47ec06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Stawicki?= <stawel+chealiCharger@gmail.com>
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 21c1e02e1b..76fc9ce552 100644
--- a/Marlin/digipot_mcp4018.cpp
+++ b/Marlin/digipot_mcp4018.cpp
@@ -26,7 +26,7 @@
 
 #include "Stream.h"
 #include "utility/twi.h"
-#include <SlowSoftI2CMaster.h>  //https://github.com/felias-fogg/SlowSoftI2CMaster
+#include <SlowSoftI2CMaster.h>  //https://github.com/stawel/SlowSoftI2CMaster
 
 // Settings for the I2C based DIGIPOT (MCP4018) based on WT150
 
-- 
GitLab