farmerkeith / I2CScanner

Simple software to scan an I2C bus and report devices found
3 stars 2 forks source link

added bus recovery & more devices, fixed some warnings #3

Closed Tech-TX closed 4 years ago

Tech-TX commented 4 years ago

Good enough for a first-pass revision. Adding in all of the other devices listed at https://learn.adafruit.com/i2c-addresses/the-list would be a huge plus if someone is bored... ;)

Fixed some warnings and errors, made it compatible with ESP8266 (and possibly ESP32), added in the bus recovery from http://www.forward.com.au/pfod/ArduinoProgramming/I2C_ClearBus/index.html

Only tested on ESP8266 and Pro Mini as that's all I have.