ESP32: FreeRTOS counting semaphores
Posted: Thu May 11, 2017 3:07 pm
A simple example on how to use FreeRTOS counting semaphores to synchronize the execution of tasks.
The semaphore is used as an execution barrier for the Arduino setup function to only finish after some previously launched tasks execute.
https://techtutorialsx.com/2017/05/11/e ... emaphores/
The semaphore is used as an execution barrier for the Arduino setup function to only finish after some previously launched tasks execute.
https://techtutorialsx.com/2017/05/11/e ... emaphores/