mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-08 18:07:00 +00:00
FreeRTOS
This commit is contained in:
@@ -22,6 +22,13 @@
|
|||||||
SemaphoreHandle_t xMutex;
|
SemaphoreHandle_t xMutex;
|
||||||
QueueHandle_t xQueue1;
|
QueueHandle_t xQueue1;
|
||||||
QueueHandle_t xQueue2;
|
QueueHandle_t xQueue2;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32_t num1;
|
||||||
|
uint32_t num2;
|
||||||
|
uint32_t num3;
|
||||||
|
} data;
|
||||||
|
|
||||||
static int cntdn;
|
static int cntdn;
|
||||||
|
|
||||||
void task1(void *pvParameters);
|
void task1(void *pvParameters);
|
||||||
|
Reference in New Issue
Block a user