Skip to content

Commit dbff576

Browse files
committed
all: release 0.20.0
Signed-off-by: deadprogram <[email protected]>
1 parent f0a260b commit dbff576

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

Diff for: CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
0.20.0
2+
---
3+
- **new devices**
4+
- irremote: Add basic infra-red driver
5+
- IS31FL3731: add driver for IS31FL3731 matrix LED driver (#370)
6+
- l3gd20: add gyro driver
7+
- SSD1289: Driver for SSD1289 LCD
8+
9+
- **enhancements**
10+
- **ili9341**
11+
- add support for atsame5x
12+
- added Feather board support to InitDisplay()
13+
- avoid heap allocations
14+
- **lps22hb**
15+
- pin rename, sync with main repo
16+
- **lsmXXX**
17+
- unified, error handling, memory management
18+
- **max7xx**
19+
- Add a SetIntensity() function to max7xx driver and example
20+
- **vl53l1x**
21+
- Add functions for setting 'region of interest'
22+
- Fix switch-case semantics
23+
- **ws2812**
24+
- add support for m5stamp-c3
25+
- convert AVR assembly to C inline assembly
26+
- support high-MHz ARMv6M chips like the RP2040
27+
- write inline assembly using C instead of Go
28+
29+
- **bugfixes**
30+
- **dht**
31+
- fix error check in example
32+
- fix humidity and temperature extraction for DHT22 (#358)
33+
- **esp8266**
34+
- fix ConnectToAccessPoint timeout args
35+
- **image**
36+
- fix interface
37+
- **pca9685**
38+
- add buffered one shot write
39+
- fix on=0 bug
40+
- **wifinina**
41+
- correct sendParamStr to handle empty strings, such as when connecting to an unsecured access point
42+
143
0.19.0
244
---
345
- **new devices**

Diff for: version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package drivers
22

33
// Version returns a user-readable string showing the version of the drivers package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.19.0"
5+
const Version = "0.20.0"

0 commit comments

Comments
 (0)