File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.19.0
2+ ---
3+ - ** new devices**
4+ - ft6336: add support for ft6336
5+ - pca9685: PCA9685 driver
6+ - shtc3: Sensirion SHTC3 Relative Humidity / Temperature i2c sensor
7+ - sx126x: Driver for Semtech sx126x radio modules
8+ - xpt2046: XPT2046 Touch driver (#350 )
9+ - ** enhancements**
10+ - ** hd44780i2c**
11+ - clean up for go fmt
12+ - Needed fixes and update hd44780i2c.go
13+ - ** ili9341, ili9342**
14+ - add support for m5stack
15+ - add support for m5stack-core2
16+ - ** wifi**
17+ - modify to use shared net.Adapter interface for all supported wifi devices
18+ - wifinina: remove busy wait
19+ - ** bugfixes**
20+ - ** hd44780**
21+ - fix 4-bit data length flag
22+ - Reset data pins to output mode after reading
23+ - Nano 33 BLE drivers (#351 )
24+ - ** docs**
25+ - examples/wifi: add unified example for tcpclient that compiles for all supported wifi adaptors
26+
1270.18.0
228---
329- ** new devices**
Original file line number Diff line number Diff 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.18 .0"
5+ const Version = "0.19 .0"
You can’t perform that action at this time.
0 commit comments