Skip to content

ramadhanafif/ESP32-Simple-RTOS-Notify-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-Simple-RTOS-Notify-Example

The simplest notification to synchronize between tasks.

Project created using PlatformIO. The code are located in src/main.cpp

Remember that xTaskNotifyGive(xTaskHandle) has assertion built-in to check passed handle. If task2 was not created before task1, xTaskNotifyGive will crash the program due to assertion error.

About

The simplest notification to synchronize between tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages