【发布时间】:2021-08-05 09:03:45
【问题描述】:
我的analogRead 出现问题。它从我的 100 欧姆电阻记录 3.74 伏电压。但是,我的万用表读数正确,为 1.19 伏。我已经附上了我的设置和 Arduino IDE。breadboard set up, green wire to analog in A3, yellow wire to 5V pin, orange wire to GND
【问题讨论】:
-
analogRead 不返回电压
-
你的万用表在 A3 和 GND 之间吗?如果是,则从模拟读取结果到您的输出的计算是错误的,如果不是,那么您测量的是不同的东西。
标签: arduino arduino-uno