diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-06 19:30:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-06 19:44:32 -0400 |
commit | 4c09d8bf029b5fac770fba9026c930805fd6ba32 (patch) | |
tree | 0934009be304aa1e0ac03bf0b67c69faa7b7e43d /docs/Config_Changes.md | |
parent | c2a08962b79ccdb4b33b26becefa247506a7fd40 (diff) | |
download | kutter-4c09d8bf029b5fac770fba9026c930805fd6ba32.tar.gz kutter-4c09d8bf029b5fac770fba9026c930805fd6ba32.tar.xz kutter-4c09d8bf029b5fac770fba9026c930805fd6ba32.zip |
dotstar: Initial support for "dotstar" LEDs
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 979b0967..28f20635 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,8 @@ All dates in this document are approximate. # Changes +20190806: The SET_NEOPIXEL command has been renamed to SET_LED. + 20190726: The mcp4728 digital-to-analog code has changed. The default i2c_address is now 0x60 and the voltage reference is now relative to the mcp4728's internal 2.048 volt reference. |