Makefile and how it works
A Makefile is a simple way to organize code compilation. This tutorial does not even scratch the surface of what is possible using make, but… Read More »Makefile and how it works
A Makefile is a simple way to organize code compilation. This tutorial does not even scratch the surface of what is possible using make, but… Read More »Makefile and how it works
Bitwise flag manipulation is a powerful technique that allows you to use each bit in an 8-bit variable as an individual flag. This approach allows… Read More »Bitwise Flag Manipulation: Efficiently Use an 8-Bit Variable as 8 Flags
In this post we will see how to use SD card with Arduino. Capturing and storing data is one of the most important parts of… Read More »SD Card with Arduino
GPIO, General Purpose Input Output is a set of pins in the microcontroller, which functions by passing data into and out of the board. They… Read More »Introduction to GPIO