ニュース

Arduino-IR-Temp-LCD-Display Project to display temperature from an IR temperature sensor on a 16x2 LCD display. Radar to turn on the sensor LED if detecting movement and turn it off if no movement.
Contribute to asepnh/Arduino-IR-Temp-LCD-Display development by creating an account on GitHub.
LiquidCrystal lcd (12, 11, 5, 4, 3, 2); は、ディスプレイのピンの設定です。 LCDは指定されたピンに接続されており、Arduinoがこれらのピンを介してLCDにデータを送ります。 switchPinは、スイッチが接続されているピン番号6を表します。
I used an LCD shield to display the current temperature and speed of the fan, but you can use the circuit without the LCD display. You also need to select the transistor by the type of fan that you ...