mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 04:43:25 +00:00
release: update for version 0.10.0
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
0.10.0
|
||||||
|
---
|
||||||
|
- **new devices**
|
||||||
|
- adt7410: Support for ADT7410 temperature sensor (#109)
|
||||||
|
- ili9341: ILI9341 TFT driver (#115)
|
||||||
|
- l293x: added support for h-bridge motor controller
|
||||||
|
- l9110x: add support for L9110x h-bridge motor driver
|
||||||
|
- resistive: Adding driver for four-wire resistive touchscreen (#118)
|
||||||
|
- **enhancements**
|
||||||
|
- st7735: added scroll functionality to st7735
|
||||||
|
- st7735: remove default offsets
|
||||||
|
- st7789: remove default offsets
|
||||||
|
- ws2812: Added nrf52840 tag to ws2812
|
||||||
|
- ws2812: work-arounds to allow Digispark to control WS2812 LEDs
|
||||||
|
- **docs**
|
||||||
|
- readme: update README to include list of all 44 drivers
|
||||||
|
- wifinina: update docs and add Dockerfile to build firmware
|
||||||
|
- wifinina: update docs and info on how to install WiFiNINA driver
|
||||||
|
|
||||||
0.9.0
|
0.9.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.9.0"
|
const Version = "0.10.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user