03 2023 档案

摘要:一、电路连接 二、烧录测试程序 #include <Wire.h> #include <BH1750.h> BH1750 lightMeter; void setup(){ Serial.begin(9600); // Initialize the I2C bus (BH1750 library d 阅读全文
posted @ 2023-03-29 19:29 c/ 阅读(1351) 评论(0) 推荐(0)
摘要:loop{ if WinExist("ahk_class VoipTrayWnd"){ send, {space} send, {enter} loop{ If !WinExist("ahk_class VoipTrayWnd"){ Break } } } sleep, 500 } 阅读全文
posted @ 2023-03-12 09:20 c/ 阅读(93) 评论(0) 推荐(0)
摘要:首先是硬件连接 ESP32-WROOM-32的串口有三个(serial,serial1,serial2),这里连的是serial Arduino Leonardo的串口有两个,这里连的是serial1 ESP32-WROOM-32的LED的pin脚是 2Arduino Leonardo的LED的pi 阅读全文
posted @ 2023-03-11 21:53 c/ 阅读(867) 评论(0) 推荐(0)