File tree 2 files changed +43
-1
lines changed
2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
43
0.19.0
2
44
---
3
45
- ** 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.19 .0"
5
+ const Version = "0.20 .0"
You can’t perform that action at this time.
0 commit comments