Skip to content

Commit c5bc69d

Browse files
committed
release 0.8.2
1 parent e204859 commit c5bc69d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v.0.8.2
4+
5+
### Features
6+
7+
- (max31865) Driver for MAX31865 resistance converter for platinum RTDs
8+
- (pca9557) Driver for PCA9537/PCA9557 remote 4/8-bit I/O expanders for I2C-bus
9+
- (ls7366r) Driver for LS7366R Quadrature Encoder Counter
10+
- (ci) Added metadata support
11+
- (bh1900nux) Driver for BH1900NUX temperature sensor
12+
13+
### Bugfixes
14+
15+
- (scd30) Fixed type casting warning
16+
- (ccs811) Fixed claculation bug in ccs811_set_environmental_data()
17+
- (max7219) Fixed bug with chip number in 8x8 example
18+
- (button) Added user context do descriptor
19+
- (si7021) Fixed delay for SHT20
20+
- (led_strip_spi) Added brightness support
21+
- (pcf8563) Fixed mdays/wdays bug
22+
- (sht4x) Fixed bug in example
23+
- (led_strip) Fixed memory leak when handling error in led_strip_init()
24+
25+
326
## v.0.8.1
427

528
### Features
@@ -22,6 +45,7 @@
2245
without flubbing the conversion on an 18B20
2346
- (ds18x20) Added scratchpad write and copy commands
2447

48+
2549
## v.0.8.0
2650

2751
### Features
@@ -52,6 +76,7 @@
5276
- (refactoring) Updated component makefiles and CMakeLists
5377
- (i2cdev) Added option to disable all mutexes
5478

79+
5580
## v.0.7.3
5681

5782
### Features
@@ -65,6 +90,7 @@
6590
- (pca9685) b633f86 Speed-ups
6691
- (max7219) #159 Add "minus" sign and fix maximum brightness
6792

93+
6894
## v.0.7.2
6995

7096
### Features
@@ -85,6 +111,7 @@
85111
- (doc) Multiple fixes
86112
- (pca9685) ce8f3fa Fix possible race condition
87113

114+
88115
## v.0.7.1
89116

90117
### Features
@@ -101,6 +128,7 @@
101128
- (sht3x) 8289262 Fix possible race confition in SS measurement, refactoring
102129
- (bh1750, bmp180) d57488b Fix possible race condition
103130

131+
104132
## v.0.7
105133

106134
### Features
@@ -109,13 +137,15 @@
109137
- (rda5807m) #25 Driver for single-chip broadcast FM radio tuner RDA5807M
110138
- (i2cdev) #138 I2C clock stertching support
111139

140+
112141
## v.0.6.1
113142

114143
### Bugfixes
115144

116145
- (ina219) #100 Potential error in ina219_get_gain
117146
- (bme680) #121 Pressure calculation for bme680 gives wrong results
118147

148+
119149
## v.0.6
120150

121151
### Features
@@ -132,6 +162,7 @@
132162
- (pca9685) d4f5e35 Fix full on/off
133163
- (ina219) Typo fix
134164

165+
135166
## v.0.5-beta
136167

137168
### Features

0 commit comments

Comments
 (0)