30 Assignment 1
First, read the submission guidelines.
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 (external LED will be learned in week 2)
Conditionals, e.g.
Random numbers, e.g.
Serial plotting, numbers and text
Serial read
Comments explaining every step of what you did
Bonus: connect to WiFi and make use of time from the internet (learned in week 2)
Obligatory: at the very top of your code, write in many lines an explanation (in English) of what your code does