Timer Concept

A timer schedules code to run at a certain rate
The current time block returns a value of the current clock in seconds
This code will execute a block of code every 100 milliseconds (10 times a second).