File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.9.0
2
+ ---
3
+ - ** new devices**
4
+ - net: shared implementation of net package for serial wifi devices
5
+ - shifter: add support for bit Parallel In Serial Out (PISO) shifter
6
+ - stepper: add support for dual stepper motor
7
+ - wifinina: add implementation for WiFiNINA firmware
8
+ - ** enhancements**
9
+ - st7735: improvements in st7735 driver
10
+ - st7789: improvements in st7789 driver
11
+ - ws2812: add support for 120Mhz Cortex-M4
12
+ - ws2812: added Feather M0 and Trinket M0 to build tags for WS2812
13
+ - ws2812: add support for simulation
14
+ - ** bugfixes**
15
+ - ws2812: fix "invalid symbol redefinition" error
16
+ - ** examples**
17
+ - Add examples for wifinina drivers
18
+
1
19
0.8.0
2
20
---
3
21
- ** 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.8 .0"
5
+ const Version = "0.9 .0"
You can’t perform that action at this time.
0 commit comments