The objective of this post is to explain how to launch tasks with the FreeRTOS functions. Introduction The objective of this post is to explain how to launch tasks with the FreeRTOS functions. Since this will introduce some complex concepts, we will start by a very simple example where we will create two tasks that …
ESP32 Arduino: Using FreeRTOS functions
The objective of this post is to introduce some basic concepts of FreeRTOS on the ESP32. Introduction The objective of this post is to introduce some basic concepts of FreeRTOS on the ESP32. First of all, it's important to take in consideration that we can use functions from the FreeRTOS libraries when coding for the …