File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.33.0
2
+ ---
3
+ - ** new devices**
4
+ - ** ens160**
5
+ - Add ens160 i2c driver
6
+ - ** lsm303dlhc**
7
+ - added support for LSM303DLHC e-Compass; (#783 )
8
+ - ** seesaw**
9
+ - add support for Adafruit Seesaw encoders
10
+
11
+ - ** enhancements**
12
+ - ** ws2812**
13
+ - add RP2350 support
14
+ - ** ssd1306**
15
+ - avoid unnecessary heap allocations (#767 )
16
+ - ** gps**
17
+ - allow gps init with address
18
+ - ** lsm6ds3tr**
19
+ - avoid unnecessary heap allocations (#766 )
20
+
21
+ - ** bugfixes**
22
+ - ** gps**
23
+ - Fix gps time calculation (#785 )
24
+
25
+
1
26
0.32.0
2
27
---
3
28
- ** enhancements**
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.32 .0"
5
+ const Version = "0.33 .0"
You can’t perform that action at this time.
0 commit comments