mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 21:03:23 +00:00
release: prepare for v0.19.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,3 +1,29 @@
|
|||||||
|
0.19.0
|
||||||
|
---
|
||||||
|
- **new devices**
|
||||||
|
- ft6336: add support for ft6336
|
||||||
|
- pca9685: PCA9685 driver
|
||||||
|
- shtc3: Sensirion SHTC3 Relative Humidity / Temperature i2c sensor
|
||||||
|
- sx126x: Driver for Semtech sx126x radio modules
|
||||||
|
- xpt2046: XPT2046 Touch driver (#350)
|
||||||
|
- **enhancements**
|
||||||
|
- **hd44780i2c**
|
||||||
|
- clean up for go fmt
|
||||||
|
- Needed fixes and update hd44780i2c.go
|
||||||
|
- **ili9341, ili9342**
|
||||||
|
- add support for m5stack
|
||||||
|
- add support for m5stack-core2
|
||||||
|
- **wifi**
|
||||||
|
- modify to use shared net.Adapter interface for all supported wifi devices
|
||||||
|
- wifinina: remove busy wait
|
||||||
|
- **bugfixes**
|
||||||
|
- **hd44780**
|
||||||
|
- fix 4-bit data length flag
|
||||||
|
- Reset data pins to output mode after reading
|
||||||
|
- Nano 33 BLE drivers (#351)
|
||||||
|
- **docs**
|
||||||
|
- examples/wifi: add unified example for tcpclient that compiles for all supported wifi adaptors
|
||||||
|
|
||||||
0.18.0
|
0.18.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.18.0"
|
const Version = "0.19.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user