File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.32.0
2+ ---
3+ - ** enhancements**
4+ - ** bmp280**
5+ - remove alloc on read sensor data
6+ - ** ws2812**
7+ - add 200MHz support for the Cortex-M0/rp2040
8+
9+ - ** bugfixes**
10+ - ** ssd1306**
11+ - remove time.Sleep from SSD1306 SPI transfer code
12+ - ** tmc2209**
13+ - tmc2209 bug fixes (#755 )
14+
15+ - ** docs**
16+ - ** contributing**
17+ - add driver design pointer to CONTRIBUTING.md
18+
19+
20+ 0.31.0
21+ ---
22+ ---
23+ - ** enhancements**
24+ - ** spi**
25+ - update all SPI usage to use either * machine.SPI or drivers.SPI
26+
27+
1280.30.0
229---
330- ** 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.30 .0"
5+ const Version = "0.32 .0"
You can’t perform that action at this time.
0 commit comments