diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-07-14 13:27:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-07-22 14:04:50 -0400 |
commit | a209d4db5b99d62c745179aee407330da7e67e81 (patch) | |
tree | 36a4722e1009f2a1bc356632677ee0c5706c2a8a /docs/Config_Changes.md | |
parent | 354b1e666b92d1b51bf19b3d834848d6ce1639df (diff) | |
download | kutter-a209d4db5b99d62c745179aee407330da7e67e81.tar.gz kutter-a209d4db5b99d62c745179aee407330da7e67e81.tar.xz kutter-a209d4db5b99d62c745179aee407330da7e67e81.zip |
mcp4018: Remove support for manual i2c - use standard mcu software i2c instead
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 00179192..559c84f8 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,8 +8,8 @@ All dates in this document are approximate. ## Changes -20250721: The `[pca9632]` module no longer accepts the `scl_pin` and -`sda_pin` options. Use `i2c_software_scl_pin` and +20250721: The `[pca9632]` and `[mcp4018]` modules no longer accept the +`scl_pin` and `sda_pin` options. Use `i2c_software_scl_pin` and `i2c_software_sda_pin` instead. 20250428: The maximum `cycle_time` for pwm `[output_pin]`, |