Skip to content

Commit fd83260

Browse files
authored
Merge pull request #528 from UncleRus/feature/changelog-093
feature: update changelog
2 parents 0f337ac + c7b7a2e commit fd83260

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

3+
## v.0.9.3
4+
5+
### Features
6+
- (icm42670): Driver for TDK ICM-42670-P 6-Axis IMU by @janveeh in https://github.com/UncleRus/esp-idf-lib/pull/485
7+
- (veml7700): Driver for ambient light sensor VEML7700 by @Th3Link in https://github.com/UncleRus/esp-idf-lib/pull/492
8+
- (am2320): Driver for temperature and humidity sensor AM2320 (I2C mode) by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/508
9+
10+
### Bugfixes
11+
- (ci): Added esp-idf 5.x build to CI by @trombik in https://github.com/UncleRus/esp-idf-lib/pull/483
12+
- (hx711): Fixed signed division of HX711 average read by @gaialucas in https://github.com/UncleRus/esp-idf-lib/pull/487
13+
- (esp_idf_lib_helpers): Added support for esp32c2 by @vaemc in https://github.com/UncleRus/esp-idf-lib/pull/488
14+
- (esp_idf_lib_helpers): Added support for esp32c6 by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/524
15+
- (noise): Added cpp guards by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/490
16+
- (doc): Fixed multiple documentation errors @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/493
17+
- (encoder): Fixed incorrect pin configuration by @klaasjanhorlings in https://github.com/UncleRus/esp-idf-lib/pull/526
18+
- (si7021): Fixed reversed bytes in command words by @stvnjns and @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/527
19+
20+
## New Contributors
21+
22+
* @gaialucas made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/487
23+
* @vaemc made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/488
24+
* @janveeh made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/485
25+
* @Th3Link made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/492
26+
* @klaasjanhorlings made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/526
27+
328
## v.0.9.2
429

530
### Features

0 commit comments

Comments
 (0)