Compute Duration of an Action
The notion of time/duration is super important when you program,
especially on embedded systems like Arduino. Writing a code that takes
too...
Serial Communication, kick off
The Arduino board can transmit and receive data to a personal computer over USB cable, this comes handy when you want...