Skip to content

Commit e8fff9a

Browse files
committed
update changelog
1 parent 7003f67 commit e8fff9a

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v.0.9.4
4+
5+
### Features
6+
- (sgm58031): Driver for SGM58031 16-bit I2C ADC by @jmpmscorp in https://github.com/UncleRus/esp-idf-lib/pull/511
7+
- (sts3x): Driver for Sensirion STS30/STS31/STS35 digital temperature sensor by @slimcdk in https://github.com/UncleRus/esp-idf-lib/pull/532
8+
- (mpu6050): Driver for MPU6000/MPU6050 6-axis MotionTracking device by @horsemann07 in https://github.com/UncleRus/esp-idf-lib/pull/455
9+
- (max1704x): Driver for MAX17043/MAX17044/MAX17048/MAX17049 battery fuel gauge by @shuki25 in https://github.com/UncleRus/esp-idf-lib/pull/542
10+
- (calibration): Multi-point calibration library by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/545
11+
12+
### Bugfixes
13+
- (veml7700): Fixed wrong resolution divider by @Throows in https://github.com/UncleRus/esp-idf-lib/pull/534
14+
- (docs): Fixed section in docs for max7219 by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/529
15+
- (mcp23x17): Fixed function name in mcp23x17.c to match the one in the header by @oisalb in https://github.com/UncleRus/esp-idf-lib/pull/536
16+
- (tsl2591): Added sensor init to default tsl2591 example by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/541
17+
- (ci): New devtool, simpler metadata, simpler CI by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/546
18+
- (docs): Fixed doxygen comments and docs, updated doxygen config by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/553
19+
20+
## New Contributors
21+
* @slimcdk made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/532
22+
* @Throows made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/534
23+
* @oisalb made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/536
24+
* @horsemann07 made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/455
25+
26+
### Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.4/
27+
328
## v.0.9.3
429

530
### Features
@@ -18,13 +43,14 @@
1843
- (si7021): Fixed reversed bytes in command words by @stvnjns and @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/527
1944

2045
## New Contributors
21-
2246
* @gaialucas made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/487
2347
* @vaemc made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/488
2448
* @janveeh made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/485
2549
* @Th3Link made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/492
2650
* @klaasjanhorlings made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/526
2751

52+
### Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.3/
53+
2854
## v.0.9.2
2955

3056
### Features

0 commit comments

Comments
 (0)