摘要: 硬件: ESP-WROOM-32E 1.闪灯 public class Program { public static void Main() { //单闪 GpioPin led = new GpioController().OpenPin(15, PinMode.Output); led.Wri 阅读全文
posted @ 2025-07-25 15:21 前缘Q+7589848 阅读(14) 评论(0) 推荐(0)