摘要:
1、采集滑动变阻器的模拟(https://wokwi.com/projects/436709906600651777) ①、连接电路图 ②、编写模拟输入采集 #define ANAL_SIG_PIN 14 void setup(){ Serial.begin(115200); pinMode(ANA 阅读全文
posted @ 2025-07-17 17:28
zbl1118
阅读(4)
评论(0)
推荐(0)
摘要:
一、GPIO的输出控制 1、点亮led ①、连接LED控制电路(Wokwi上仿真https://wokwi.com/) ②、定义GPIO引脚及配置输出模式 #define LED_PIN 19 void setup(){ pinMode(LED_PIN, OUTPUT); digitalWrite( 阅读全文
posted @ 2025-07-17 11:40
zbl1118
阅读(3)
评论(0)
推荐(0)