FreeRTOS

From ElectroDragon Wiki
Revision as of 01:42, 1 May 2021 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
BaseType_t xTaskCreate(TaskFunction_t pvTaskCode,
                         const char * const pcName,
                         uint16_t usStackDepth,
                         void *pvParameters,
                         UBaseType_t uxPriority,
                         TaskHandle_t *pxCreatedTask)


Arduino Libaries


ESP32


Reference