mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-03 21:18:28 +00:00
31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# esp-idf-lib/i2cdev
|
|
|
|
[](https://github.com/esp-idf-lib/i2cdev/actions/workflows//build.yml)
|
|
[](https://github.com/esp-idf-lib/i2cdev/actions/workflows//build-docs.yml)
|
|
[](https://github.com/esp-idf-lib/i2cdev/actions/workflows//validate-component.yml)
|
|
|
|
ESP-IDF I2C master thread-safe utilities.
|
|
|
|
* [Documentation](https://esp-idf-lib.github.io/i2cdev/)
|
|
* [Repository](https://github.com/esp-idf-lib/i2cdev)
|
|
* [Issues](https://github.com/esp-idf-lib/i2cdev/issues)
|
|
* [Discussions and questions](https://github.com/esp-idf-lib/core/discussions)
|
|
* [Component page at the ESP Component Registry](https://components.espressif.com/components/esp-idf-lib/i2cdev)
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
idf.py add-dependency esp-idf-lib/i2cdev
|
|
```
|
|
|
|
## Support
|
|
|
|
For questions and discussions about the component, please use
|
|
[Discussions](https://github.com/esp-idf-lib/core/discussions)
|
|
at [esp-idf-lib/core](https://github.com/esp-idf-lib/core).
|
|
|
|
## Contributing
|
|
|
|
Please read [CONTRIBUTING.md](https://github.com/esp-idf-lib/core/blob/main/CONTRIBUTING.md)
|
|
at [esp-idf-lib/core](https://github.com/esp-idf-lib/core).
|