温度报警器

// 主程序开始
void setup() {
	Serial.begin(9600);
}
void loop() {
	Serial.println((analogRead(A0) * (5 / 10.24)));
	delay(500);
}

  

 

 

 

posted @ 2022-08-05 15:46  alexhe  阅读(44)  评论(0编辑  收藏  举报