diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-12 20:15:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-16 08:16:37 -0500 |
commit | cc4ecef88b07f0a9381ac40aaf386eb77f80e4d4 (patch) | |
tree | b44a8f0e624c3acef2bf791a176440c4f9d0b9b0 /docs/Features.md | |
parent | a090b317131e8ae5cadb5b0105a4987bb3e51221 (diff) | |
download | kutter-cc4ecef88b07f0a9381ac40aaf386eb77f80e4d4.tar.gz kutter-cc4ecef88b07f0a9381ac40aaf386eb77f80e4d4.tar.xz kutter-cc4ecef88b07f0a9381ac40aaf386eb77f80e4d4.zip |
mcp4018: Add initial support for the mcp4018 digipot
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rwxr-xr-x | docs/Features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Features.md b/docs/Features.md index 9249f612..43a0cf89 100755 --- a/docs/Features.md +++ b/docs/Features.md @@ -95,7 +95,7 @@ Klipper supports many standard 3d printer features: * Support for run-time configuration of TMC2130, TMC2208, TMC2224, and TMC2660 stepper motor drivers. There is also support for current control of traditional stepper drivers via AD5206, MCP4451, MCP4728, - and PWM pins. + MCP4018, and PWM pins. * Support for common LCD displays attached directly to the printer. A default menu is also available. |