mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-09-01 20:39:04 +00:00
@@ -1,3 +1,31 @@
|
|||||||
|
0.36.0
|
||||||
|
---
|
||||||
|
- **new devices**
|
||||||
|
- **gdew0154m09**
|
||||||
|
- add e-paper display driver
|
||||||
|
- **scd30**
|
||||||
|
- add CO2 sensor driver
|
||||||
|
- **sd**
|
||||||
|
- redesign of the `sdcard` package (#639)
|
||||||
|
- **sx128x**
|
||||||
|
- add SPI driver for Semtech sx128x chips (#864)
|
||||||
|
|
||||||
|
- **enhancements**
|
||||||
|
- **lora**
|
||||||
|
- set the maximum TX power to 16 for eu868 as in RP002-1.0.5 (#866)
|
||||||
|
- **netlink**
|
||||||
|
- add Hostname field and some godoc comments
|
||||||
|
- **ws2812**
|
||||||
|
- add support for the 160MHz cortex-m processors
|
||||||
|
- add support for the ESP32-C3 processor
|
||||||
|
|
||||||
|
- **bugfixes**
|
||||||
|
- **uc8151**
|
||||||
|
- fix LUT timing calculations
|
||||||
|
- **ws2812**
|
||||||
|
- fix PIO TX FIFO overflow on rp2040/rp2350 that drops LEDs
|
||||||
|
|
||||||
|
|
||||||
0.35.0
|
0.35.0
|
||||||
---
|
---
|
||||||
- **new devices**
|
- **new devices**
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
[](https://pkg.go.dev/tinygo.org/x/drivers) [](https://github.com/tinygo-org/drivers/actions/workflows/build.yml)
|
[](https://pkg.go.dev/tinygo.org/x/drivers) [](https://github.com/tinygo-org/drivers/actions/workflows/build.yml)
|
||||||
|
|
||||||
|
|
||||||
This package provides a collection of over 140 different hardware drivers for devices such as sensors, displays, wireless adaptors, and actuators, that can be used together with [TinyGo](https://tinygo.org).
|
This package provides a collection of over 145 different hardware drivers for devices such as sensors, displays, wireless adaptors, and actuators, that can be used together with [TinyGo](https://tinygo.org).
|
||||||
|
|
||||||
For the complete list, please see:
|
For the complete list, please see:
|
||||||
https://tinygo.org/docs/reference/devices/
|
https://tinygo.org/docs/reference/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.35.0"
|
const Version = "0.36.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user