摘要:
创建 一般使用xTaskCreate函数进行创建 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth, void * const pvParameters 阅读全文
posted @ 2022-03-28 20:27
Mudrobot
阅读(209)
评论(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
阅读(486)
评论(0)
推荐(0)