Arduino
https://www.lukeko.com/arduinoJourney getting to know how Arduino works
First program
Connect Arduino board to computer and the light should turn on Open up the IDE and paste the program below. You can also get this from File > Examples > 01. Basics > Blink ```ruby // the setup func...
First steps
Buy this kit (https://www.amazon.com/ELEGOO-Project-Starter-Tutorial-Arduino/dp/B01D8KOZF4) with documentation for it here (https://www.elegoo.com/download/) Download the IDE (https://www.arduino.c...