摘要: esp32 idf控制舵机MG90s 黄色:信号 红色:VCC 棕色:GND #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include 阅读全文
posted @ 2026-01-03 13:58 txwtech 阅读(80) 评论(0) 推荐(0)
摘要: 无法打开 源 文件 "driver/ledc.h" cmakelists里面添加: idf_component_register(SRCS "hello_world_main.c" PRIV_REQUIRES spi_flash INCLUDE_DIRS "." REQUIRES driver PR 阅读全文
posted @ 2026-01-03 11:18 txwtech 阅读(45) 评论(0) 推荐(0)