https://github.com/jetsup/i2c-scanner-idf
I2C scanner for ESP-IDF
https://github.com/jetsup/i2c-scanner-idf
Last synced: 2 months ago
JSON representation
I2C scanner for ESP-IDF
- Host: GitHub
- URL: https://github.com/jetsup/i2c-scanner-idf
- Owner: jetsup
- Created: 2023-10-03T18:23:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T00:17:20.000Z (about 1 year ago)
- Last Synced: 2025-01-27T10:44:42.974Z (4 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# I2CAddressDetector
## Description
This is a simple library to detect I2C addresses on a bus. It is based on the
[I2CScanner](https://playground.arduino.cc/Main/I2cScanner/) from the Arduino Playground.