随笔分类 - esp32
摘要:esp32在2.4G和5GWiFi共存的情况下配网不会成功。esp8266不存在这个问题。
阅读全文
摘要:esp_err_t esp_event_loop_init(system_event_cb_t cb, void *ctx){ if (s_event_init_flag) { return ESP_FAIL; } s_event_handler_cb = cb; s_event_ctx = ctx
阅读全文
摘要:#include<stdio.h>#include"freertos/FreeRTOS.h"#include"freertos/task.h"#include"driver/gpio.h"#include"sdkconfig.h" #define BLINK_GPIO 2 void blink_ta
阅读全文
摘要:#include<stdio.h>#include"freertos/FreeRtos.h"#include"freertos/task.h"#include"esp_system.h" //esp32 系统操作库#include"esp_spi_flash.h" //闪存读写库 /*typedef
阅读全文

浙公网安备 33010602011771号