「Thermo」を含むブログ

2010-01-28

log 2010/01/28 Thu MotionBrosTwitterMotionBrosTwitterはてなブックマーク -  log 2010/01/28 Thu

...twitter.com/motionbros/status/8310136368:title=13:49]  バターチキンがランチに復活してたよ (@ ボンベイ) http://4sq.com/c2N7EL 20:17  T-fal のポットと thermo mug 買ったので会社で珈琲入れてみたよ。贅沢な気持ちになれるな @r_r_r23 ++ 21:37  http://www.apple.com/ipad/[http://sea... 続きを読む

2010-01-24

サーミスタで遊んでみたが分圧抵抗の決め方が分からない&温度が正しいかどうかわからない koki-hkoki-hはてなブックマーク - サーミスタで遊んでみたが分圧抵抗の決め方が分からない&温度が正しいかどうかわからない

...* divReg / RawADC) - divReg); double Temp = 0; int i = 0; for (i = 0; i < num_keys ; i++) { Temp = temperature; if (resistance <= Resistance) { break; } } return Temp;}//thermo.pde#include "thermistor.h"void setup() { Serial.begin(9600);}void loop(){ int val = analogRead(0); Serial.println(Thermistor(val)); Serial.println(Resistance); delay(500);} 続きを読む