#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/semphr.h"
Functions | |
void | task1 (void *pvParameters) |
void | task2 (void *pvParameters) |
void | app_main () |
Variables | |
SemaphoreHandle_t | xSemaphore = NULL |
void app_main | ( | void | ) |
void task1 | ( | void * | pvParameters | ) |
void task2 | ( | void * | pvParameters | ) |
SemaphoreHandle_t xSemaphore = NULL |