Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737) | jake-b | 2022-09-02 | 1 | -1/+14 |
| | | | | | | | | | Added a SET_DIGIPOT command to the mcp4018 implementation. Previously the mcp4018 was read only, and set at the time of configuration. This allows you to change the value during a print, which is needed for some older printers that need to lower the stepper current during preheating. Signed-off-by: Jake Bordens <jake@allaboutjake.com> | ||||
* | mcp4018: Support setting minclock and reqclock in SoftwareI2C class | Kevin O'Connor | 2022-03-31 | 1 | -11/+14 |
| | | | | | | This is in preparation for pca9632 changes. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | mcp4018: Add initial support for the mcp4018 digipot | Kevin O'Connor | 2019-02-16 | 1 | -0/+81 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |