esp32c3使用esp-idf框架多种点灯(带注释)
第一:在官方列程中随便创建一个项目(hello列程)第二:删除main文件中的代码,开始写第一种点灯程序#include <stdio.h>#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "driver/gpio.h"#include "esp_log.h"#include "led_strip.h"#include "sdkconfig.h"//#define LED_PIN_NUM GP
原创
2022-05-09 23:13:39 ·
1874 阅读 ·
1 评论