Commit 81bc1bc 1 parent 1bb1b62 commit 81bc1bc Copy full SHA for 81bc1bc
File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.23.0
2
+ ---
3
+ - ** new devices**
4
+ - Add GC9A01 Driver (#452 )
5
+ - Initial support for VL6180x sensor
6
+
7
+ - ** enhancements**
8
+ - ** rtl8720dn**
9
+ - refactor by bringing this driver more in line with wifinina and espat
10
+ - ** ssd1306**
11
+ - add getter method to the current buffer
12
+ - ** makeybutton**
13
+ - revise to better match the algorithm defined by the original
14
+ - ** espat,wifinina,rtl8720dn**
15
+ - change ssid/pass from const to var
16
+
17
+ - ** bugfixes**
18
+ - ** microbitmatrix**
19
+ - fix inverted axis
20
+ - ** espat**
21
+ - Trim quotes from IP returned by espat's GetDNS()
22
+ - ** all**
23
+ - correct go fmt
24
+
25
+ - ** examples**
26
+ - ** rtl8720dn**
27
+ - remove wifi setting
28
+ - add call to optional debug setting
29
+ - update all remaining examples for refactored API
30
+
31
+
1
32
0.22.0
2
33
---
3
34
- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
2
2
3
3
// Version returns a user-readable string showing the version of the drivers package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.22 .0"
5
+ const Version = "0.23 .0"
You can’t perform that action at this time.
0 commit comments