Skip to content

Commit 86e8339

Browse files
authored
Merge pull request #65 from esp-idf-lib/mcp7940
feat: add mcp7940 driver
2 parents 8bee5cb + 8db286b commit 86e8339

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,6 @@
283283
[submodule "components/ags10"]
284284
path = components/ags10
285285
url = git@github.com:esp-idf-lib/ags10.git
286+
[submodule "components/mcp7940"]
287+
path = components/mcp7940
288+
url = git@github.com:esp-idf-lib/mcp7940.git

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-
8080
| [ds1302](https://github.com/esp-idf-lib/ds1302) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ds1302/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ds1302) | Driver for DS1302 RTC module ([Documentation](https://esp-idf-lib.github.io/ds1302)) |
8181
| [ds1307](https://github.com/esp-idf-lib/ds1307) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ds1307/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ds1307) | Driver for DS1307 RTC module ([Documentation](https://esp-idf-lib.github.io/ds1307)) |
8282
| [ds3231](https://github.com/esp-idf-lib/ds3231) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ds3231/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ds3231) | Driver for DS1337 RTC and DS3231 high precision RTC module ([Documentation](https://esp-idf-lib.github.io/ds3231)) |
83+
| [mcp7940](https://github.com/esp-idf-lib/mcp7940) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/mcp7940/badge.svg)](https://components.espressif.com/components/esp-idf-lib/mcp7940) | Driver for MCP7940 RTC module ([Documentation](https://esp-idf-lib.github.io/mcp7940)) |
8384
| [pcf8563](https://github.com/esp-idf-lib/pcf8563) <br> [![Component Registry](https://components.espressif.com/components/esp-idf-lib/pcf8563/badge.svg)](https://components.espressif.com/components/esp-idf-lib/pcf8563) | Driver for PCF8563 (BM8563) real-time clock/calendar ([Documentation](https://esp-idf-lib.github.io/pcf8563)) |
8485

8586
### Humidity sensors
@@ -272,7 +273,7 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-
272273
- [Grupo de Pesquisa em Cultura Digital](http://gepid.upf.br/) `mpu6050`
273274
- GrzegorzH `ds18x20`
274275
- [Gunar Schorcht](https://github.com/gschorcht) `bme680` `ccs811` `sht3x` `sts3x`
275-
- [Jakub Turek](https://github.com/QB4-dev) `impulse_sensor` `l3gx` `lsm303` `pca9632`
276+
- [Jakub Turek](https://github.com/QB4-dev) `impulse_sensor` `l3gx` `lsm303` `mcp7940` `pca9632`
276277
- [Jan Veeh](https://github.com/janveeh) `icm42670`
277278
- [Jeff Rowberg](https://www.i2cdevlib.com/) `mpu6050`
278279
- [Jose Manuel Perez](https://github.com/jmpmscorp) `lc709203f` `sgm58031`

STATUS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
| [ds1302](https://github.com/esp-idf-lib/ds1302) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ds1302/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ds1302)[![build](https://github.com/esp-idf-lib/ds1302/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/ds1302/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/ds1302/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/ds1302/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/ds1302/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/ds1302/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/ds1302/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/ds1302/actions/workflows/validate-astyle.yml)|
3131
| [ds1307](https://github.com/esp-idf-lib/ds1307) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ds1307/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ds1307)[![build](https://github.com/esp-idf-lib/ds1307/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/ds1307/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/ds1307/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/ds1307/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/ds1307/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/ds1307/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/ds1307/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/ds1307/actions/workflows/validate-astyle.yml)|
3232
| [ds3231](https://github.com/esp-idf-lib/ds3231) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/ds3231/badge.svg)](https://components.espressif.com/components/esp-idf-lib/ds3231)[![build](https://github.com/esp-idf-lib/ds3231/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/ds3231/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/ds3231/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/ds3231/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/ds3231/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/ds3231/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/ds3231/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/ds3231/actions/workflows/validate-astyle.yml)|
33+
| [mcp7940](https://github.com/esp-idf-lib/mcp7940) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/mcp7940/badge.svg)](https://components.espressif.com/components/esp-idf-lib/mcp7940)[![build](https://github.com/esp-idf-lib/mcp7940/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/mcp7940/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/mcp7940/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/mcp7940/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/mcp7940/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/mcp7940/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/mcp7940/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/mcp7940/actions/workflows/validate-astyle.yml)|
3334
| [pcf8563](https://github.com/esp-idf-lib/pcf8563) | [![Component Registry](https://components.espressif.com/components/esp-idf-lib/pcf8563/badge.svg)](https://components.espressif.com/components/esp-idf-lib/pcf8563)[![build](https://github.com/esp-idf-lib/pcf8563/actions/workflows/build.yml/badge.svg)](https://github.com/esp-idf-lib/pcf8563/actions/workflows/build.yml)[![build-docs](https://github.com/esp-idf-lib/pcf8563/actions/workflows/build-docs.yml/badge.svg)](https://github.com/esp-idf-lib/pcf8563/actions/workflows/build-docs.yml)[![validate-component](https://github.com/esp-idf-lib/pcf8563/actions/workflows/validate-component.yml/badge.svg)](https://github.com/esp-idf-lib/pcf8563/actions/workflows/validate-component.yml)[![validate-astyle](https://github.com/esp-idf-lib/pcf8563/actions/workflows/validate-astyle.yml/badge.svg)](https://github.com/esp-idf-lib/pcf8563/actions/workflows/validate-astyle.yml)|
3435
## Humidity sensors
3536

components/mcp7940

Submodule mcp7940 added at 26387a1

0 commit comments

Comments
 (0)