mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-20 14:39:00 +00:00
all: prepare for release 0.23.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,3 +1,34 @@
|
|||||||
|
0.23.0
|
||||||
|
---
|
||||||
|
- **new devices**
|
||||||
|
- Add GC9A01 Driver (#452)
|
||||||
|
- Initial support for VL6180x sensor
|
||||||
|
|
||||||
|
- **enhancements**
|
||||||
|
- **rtl8720dn**
|
||||||
|
- refactor by bringing this driver more in line with wifinina and espat
|
||||||
|
- **ssd1306**
|
||||||
|
- add getter method to the current buffer
|
||||||
|
- **makeybutton**
|
||||||
|
- revise to better match the algorithm defined by the original
|
||||||
|
- **espat,wifinina,rtl8720dn**
|
||||||
|
- change ssid/pass from const to var
|
||||||
|
|
||||||
|
- **bugfixes**
|
||||||
|
- **microbitmatrix**
|
||||||
|
- fix inverted axis
|
||||||
|
- **espat**
|
||||||
|
- Trim quotes from IP returned by espat's GetDNS()
|
||||||
|
- **all**
|
||||||
|
- correct go fmt
|
||||||
|
|
||||||
|
- **examples**
|
||||||
|
- **rtl8720dn**
|
||||||
|
- remove wifi setting
|
||||||
|
- add call to optional debug setting
|
||||||
|
- update all remaining examples for refactored API
|
||||||
|
|
||||||
|
|
||||||
0.22.0
|
0.22.0
|
||||||
---
|
---
|
||||||
- **new devices**
|
- **new devices**
|
||||||
|
|||||||
+1
-1
@@ -2,4 +2,4 @@ package drivers
|
|||||||
|
|
||||||
// Version returns a user-readable string showing the version of the drivers package for support purposes.
|
// Version returns a user-readable string showing the version of the drivers package for support purposes.
|
||||||
// Update this value before release of new version of software.
|
// Update this value before release of new version of software.
|
||||||
const Version = "0.22.0"
|
const Version = "0.23.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user