摘要:
#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include "esp_err.h" #include "string.h" #includ 阅读全文
posted @ 2022-12-31 20:56
松果工作室
阅读(32)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include "esp_err.h" #include "string.h" #define 阅读全文
posted @ 2022-12-31 20:10
松果工作室
阅读(112)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <string.h> #include <unistd.h> #include "esp_timer.h" #include "esp_log.h" #include "esp_sleep.h" #include "sdkconfig.h" s 阅读全文
posted @ 2022-12-31 18:17
松果工作室
阅读(194)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include "driver/ledc.h" #include "esp_err.h" #define LEDC_TIMER LEDC_TIMER_0 //LEDC定时器 #define LEDC_MODE LEDC_LOW_SPEED_MODE //LED 阅读全文
posted @ 2022-12-31 16:26
松果工作室
阅读(250)
评论(0)
推荐(0)