An open API service indexing awesome lists of open source software.

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

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.