Tweet a temperature with your Raspberry Pi.
Raspberry Piで動く、室温をツイートするBotです。
RPiに接続する温度センサはSTTS751です。 なおAddr/~Thermピンのプルアップ抵抗は33kΩです。
Compile
gcc ptemp2.c -o ptemp2
Run
ruby temperatter2.rb
The ptemp2(executable file) and temperatter2.rb must be in the same directory.