摘要: 创建 一般使用xTaskCreate函数进行创建 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth, void * const pvParameters 阅读全文
posted @ 2022-03-28 20:27 Mudrobot 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 代码如下: #include <stdio.h> #include "sdkconfig.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_system.h" #include "esp_spi_fl 阅读全文
posted @ 2022-03-28 15:13 Mudrobot 阅读(317) 评论(0) 推荐(0) 编辑