Starting with the basics and then building in key concepts of coding step by small step.
A very brief overview of what you will be doing, looking at the key elements of the Arduino Uno Rev3 and the software needed to code the Arduino.
The Hello World for the Arduino Uno, blinking an LED on and off
Functions are an integral part of coding with the Arduino Uno
Arrays are another core part of any coding language and for the Arduino it is no exception
Boolean operations are a simple yet powerful logic
Using all three LEDs in our traffic light
Communicating between your computer and the Arduino Uno