29 Assignment 1
You will write Arduino code that incorporates all the following elements learned in First programs. Upload your .ino
file on the course’s Moodle page. You’ll have two weeks until deadline.
variable declaration, e.g.
function declaration, e.g.
Built-in and external LED control
Conditionals, e.g.
Random numbers, e.g.
Serial plotting, numbers and text
Comments explaining every step of what you did
Bonus: connect to WiFi and make use of time from the internet
Obligatory: at the very top of your code, write in many lines an explanation (in English) of what your code does