-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circuits를 이용하여 온도/습도 측정 개발 #26
Comments
제가 하는중입니다. |
Pull Request #47 에서 처리되어 Close 합니다. |
실수가 있었습니다. ^^;;; |
|
@kimsk5818 님, 지금까지 하신
.brd 파일 첨부 안되면, 제게 Slack 으로 주시고요 |
#include "DHT.h" #define DHTPIN 4 // what digital pin we're connected to // Uncomment whatever type you're using! // Connect pin 1 (on the left) of the sensor to +5V // Initialize DHT sensor. void setup() { dht.begin(); void loop() { // Reading temperature or humidity takes about 250 milliseconds! // Check if any reads failed and exit early (to try again). // Compute heat index in Fahrenheit (the default) Serial.print("Humidity: "); |
Task
결과물 위치
The text was updated successfully, but these errors were encountered: