12 2022 档案
摘要:#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include "esp_err.h" #include "string.h" #includ
阅读全文
摘要:#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/ledc.h" #include "esp_err.h" #include "string.h" #define
阅读全文
摘要:#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
阅读全文
摘要:#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
阅读全文
摘要:#include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/gpio.h" #include "driver/ledc.h" #include "freertos/even
阅读全文