Browse Source

Update SlowSoftI2CMaster link. MightyBoard digipots I2C bus has no resistors.

Paweł Stawicki 7 years ago
parent
commit
64cfcebe66
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/digipot_mcp4018.cpp

+ 1
- 1
Marlin/digipot_mcp4018.cpp View File

@@ -26,7 +26,7 @@
26 26
 
27 27
 #include "Stream.h"
28 28
 #include "utility/twi.h"
29
-#include <SlowSoftI2CMaster.h>  //https://github.com/felias-fogg/SlowSoftI2CMaster
29
+#include <SlowSoftI2CMaster.h>  //https://github.com/stawel/SlowSoftI2CMaster
30 30
 
31 31
 // Settings for the I2C based DIGIPOT (MCP4018) based on WT150
32 32
 

Loading…
Cancel
Save