Download and Setup ESP-IDF
This tutorial is for downloading and setting up the ESP-IDF with the windows operating system.
This tutorial is for downloading and setting up the ESP-IDF with the windows operating system.
Adding a function (pointer) to a function argument
While void in C means no return type or nothing, pointer to void equates to a pointer to anything or more specifically a variable pointing to an address, not...
What is FreeRTOS and Why is it important?