aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-04-01 00:34:01 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-04-04 18:30:04 -0400
commit0615ab5f89dbc6f8442c13fb7da4e9359301469b (patch)
treecce2abc424c7e70d971ad2fc7f10540ec858b744 /docs/Config_Changes.md
parentf8bde6b1ef8bc3571e3220fd720c7464d8b44515 (diff)
downloadkutter-0615ab5f89dbc6f8442c13fb7da4e9359301469b.tar.gz
kutter-0615ab5f89dbc6f8442c13fb7da4e9359301469b.tar.xz
kutter-0615ab5f89dbc6f8442c13fb7da4e9359301469b.zip
docs: Note the use of bus enumerations in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 3b8db909..2941c2b9 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -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.