const int potPin = 34; int potValue = 0; void setup() { Serial.begin(115200); delay(1000); } void loop() { potValue = analogRead(potPin); Serial.println(potValue); delay(500); }
220
社区成员
15
社区内容
加载中
公平、公正、公开
试试用AI创作助手写篇文章吧