Serial Communication and millis

This activity introduces you to serial communication from the Arduino to the computer, the millis function of the Arduino, and simple math using modulus

Learning Goals

Students will be able to write Arduino sketches that create screen output to the computer.

Students will be able to perform simple math operations with variables

Students will know the differences between variable types int, long and unsigned long.