|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 28 | ## v.0.9.3 |
4 | 29 |
|
5 | 30 | ### Features |
|
18 | 43 | - (si7021): Fixed reversed bytes in command words by @stvnjns and @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/527 |
19 | 44 |
|
20 | 45 | ## New Contributors |
21 | | - |
22 | 46 | * @gaialucas made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/487 |
23 | 47 | * @vaemc made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/488 |
24 | 48 | * @janveeh made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/485 |
25 | 49 | * @Th3Link made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/492 |
26 | 50 | * @klaasjanhorlings made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/526 |
27 | 51 |
|
| 52 | +### Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.3/ |
| 53 | + |
28 | 54 | ## v.0.9.2 |
29 | 55 |
|
30 | 56 | ### Features |
|
0 commit comments