Recent Posts

Download and Setup ESP-IDF

3 minute read

This tutorial is for downloading and setting up the ESP-IDF with the windows operating system.

Pointer to Void (Void Pointers)

4 minute read

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...