diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-01 00:34:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-04 18:30:04 -0400 |
commit | 0615ab5f89dbc6f8442c13fb7da4e9359301469b (patch) | |
tree | cce2abc424c7e70d971ad2fc7f10540ec858b744 /docs/Config_Changes.md | |
parent | f8bde6b1ef8bc3571e3220fd720c7464d8b44515 (diff) | |
download | kutter-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.md | 3 |
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. |