Skip to content

iantruslove/i2c_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2C Scanner

Scans the I2C bus, printing out any addresses that correctly start an I2C protocol transmission.

Install platformio.

platformio run --target upload

Fire up a serial monitor.

You should see stuff like this:

I2C Scanner
Scanning...
I2C device found at address 0x4A  !
I2C device found at address 0x76  !
done

About

Arduino I2C scanner. Platformio project setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages