Tearran / its_i2cSoftList

I2c scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

its_i2cSoftList

I2c scanner

sudo apt update && sudo apt install git;
git clone https://github.com/Tearran/its_i2cSoftList

launch

python3 its_i2cSoftList -h 
Usage : i2c-scanner.py <datatype>
    -h   : Displays this help
    none : same as csv
    csv  : Displays Comma seperated list
    dict : Displays dictionary
    cli  : Displays readable
python3 its_i2cSoftList cli
Device @ 0x5a
        Name:   mlx90614
        Type:   sensor
        URL:    https://gitlab.com/tearran/its-i2cDevices

Device @ 0x68
        Name:   MPU-6050
        Type:   sensor
        URL:    https://gitlab.com/tearran/its-i2cDevices

Device @ 0x76
        Name:   bmp280
        Type:   sensor
        URL:    https://gitlab.com/tearran/its_bmp280

About

I2c scanner

License:GNU General Public License v2.0


Languages

Language:Python 100.0%