Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kampi/esp-mcp9808
https://github.com/kampi/esp-mcp9808
c esp-idf esp32 espressif mcp9808 platformio
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kampi/esp-mcp9808
- Owner: Kampi
- License: mit
- Created: 2023-08-28T19:28:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-28T19:28:55.000Z (over 1 year ago)
- Last Synced: 2024-11-29T21:54:21.112Z (about 1 month ago)
- Topics: c, esp-idf, esp32, espressif, mcp9808, platformio
- Language: C
- Homepage: https://www.kampis-elektroecke.de
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 driver for [MCP9808](https://ww1.microchip.com/downloads/en/DeviceDoc/25095A.pdf) I2C temperature sensor.
## Table of Contents
- [ESP32 driver for MCP9808 I2C temperature sensor.](#esp32-driver-for-mcp9808-i2c-temperature-sensor)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Use with PlatformIO](#use-with-platformio)
- [Use with esp-idf](#use-with-esp-idf)
- [Maintainer](#maintainer)## About
## Use with PlatformIO
- Add the library to the `lib_deps` parameter
```sh
lib_deps =
https://gitlab.server-kampert.de/esp32/libraries/mcp9808.git
```- Run `pio -t menuconfig` from the root of your project to configure the driver
## Use with esp-idf
- Create a directory `components` in your project root
- Clone the repository into the `components` directory
- Build the project## Maintainer
- [Daniel Kampert](mailto:[email protected])