docs: Note the use of bus enumerations in Config_Changes.md

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2019-04-01 00:34:01 -04:00
parent f8bde6b1ef
commit 0615ab5f89
2 changed files with 8 additions and 4 deletions

View file

@ -6,6 +6,9 @@ All dates in this document are approximate.
# Changes
20190404: The i2c_bus and spi_bus parameters (in various config
sections) now take a bus name instead of a number.
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.