PuriphicoJun 17, 2021communication functions in arduino: serialThis article details the ways an Arduino microcontroller can communicate with your computer through the various Serial functions. Serial...
PuriphicoJun 15, 2021digitalRead(): digital functions in arduino programming (part 2)This article details the digitalRead() function in Arduino programming, explaining how it works and how to use it in your own sketches....
PuriphicoJun 14, 2021control structures in arduino programs (if, else, for, while, and more)Pictured below is the general framework for the usage of control structures, which use conditions to determine the flow and order of...