Datasheet

This article builds on topics from
previous issues of The MagPi and shows
how to add a temperature sensor to your
Pi together with a simple method to
record and display the data on the web.
sudo apt-get update
sudo apt-get install i2c-tools
sudo modprobe i2c-bcm2708
sudo modprobe i2c-dev
sudo usermod –a –G i2c pi
logout