Skip to content

Commit c4ff824

Browse files
committed
all: updates for drivers release v0.32.0
Signed-off-by: deadprogram <[email protected]>
1 parent 82c41db commit c4ff824

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
0.30.0
229
---
330
- **new devices**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)