Raspberry PI I2C setup
Note to the reader: Code blocks beginning with a $ are commands to be run on a RPI Rasbian shell.
$ sudo apt-get update && sudo apt-get install i2c-tools
$ i2cdetect -y i2cbus
Where:
$ i2cget -y i2cbus chip-address [data-address [mode]]
Where: