sx1509: Convert code to use generic i2c bus support

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-03-31 19:08:05 -04:00
parent 2e16be224e
commit be6b29fabf
4 changed files with 18 additions and 25 deletions

View File

@@ -6,6 +6,10 @@ All dates in this document are approximate.
# Changes
20190404: The sx1509 config parameters have changed. The 'address'
parameter is now 'i2c_address' and it must be specified as a decimal
number. Where 0x3E was previously used, specify 62.
20190328: The min_speed value in [temperature_fan] config
will now be respected and the fan will always run at this
speed or higher in PID mode.