https://www.youtube.com/watch?v=hHzGX-K6lmo使用 Visual Studio Code 将 Arduino 作为 ESP-IDF 的组件使用, 视频播放量 690、弹幕量 0、点赞数 5、投硬币枚数 0、收藏人数 14、转发人数 3, 视频作者 小鹏友君, 作者简介 ,相关视频:PlatformIO入门,[ESP32]从购买到制作
使用VSCODE 的 ESP-IDF 插件创建一个 helloword 的工程 复制button组件界面上配置组件的命令idf.py add-dependency "espressif/button^3.2.0"在当前 helloworld 工程下增加 button组件 PS:遇到的一些问题及解决方法: idf.py 的命令无法执行,提示idf.py : 无法将 “idf.py ”项识别为 cmet、函数、脚本文件或可运...
IDF Component Registry)是一个为ESP-IDF(Espressif IoT Development Framework)开发框架提供的官方组件...
ESP_Penguin_Helperwrote:↑ Mon Aug 14, 2023 3:11 am 手动加组件的话,把下载的 component 放入你项目的 component 文件夹中,然后在 CMakeLists.txt 中使用 idf_component_register 注册该组件。例如: Code:Select all idf_component_register(SRCS"spi_lcd_touch_example_main.c""lvgl_demo_ui.c"INCLUDE_...