Introduction Writing code for the Arduino microcontroller is pretty straightforward if you have ever written any programs in C or java. The language syntax is pretty similar to both those languages. There are really only two functions that you have to create. One function is called setup() and is just […]