-
Inside the functions
Task1andTask2, there is an infinite loop.
Each task prints a message with a delay (Task1every 1 second,Task2every 0.5 seconds). -
In the
mainfunction, two tasks are created usingxTaskCreate.
Each task is assigned its own function and stack size. -
Finally, the scheduler is started with
vTaskStartScheduler(),
which runs both tasks according to their delays.
-
Notifications
You must be signed in to change notification settings - Fork 0
Rempest/The-realtime-OS-with-cpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published