Using the I2C Interface

Enabling The I2C Port The I2C port needs to be enabled in Rasbian before it can be used. See here. Checking For Connected Devices At the command prompt type one of these depending on whether you are using the I2C0 or I2C1 port: sudo i2cdetect -y 0 //or sudo i2cdetect -y 1 The 7 bit […]

Read More