Raspberry PI – How to use I2C
I tried to check my Raspberry PI board with I2C connection. I have I2C DS1307 (Real Time Clock module) on hand. And after check the voltage on SDA/SDL pin out is 3.3v, safe for use with Raspberry PI board. So, lets start with I2C. Install i2c-tools pi@raspberrypi ~ $ sudo apt-get install i2c-tools remove i2c-bcm2708 from…