mcp4018: Remove support for manual i2c - use standard mcu software i2c instead

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2025-07-14 13:27:17 -04:00
parent 354b1e666b
commit a209d4db5b
5 changed files with 38 additions and 94 deletions

View File

@@ -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]`,