Introduction
The micro:bit can be used to measure time.
It does this by starting a timer as soon as the program is sent to the micro:bit. It keeps timing until the power is turned off by the micro:bit being unplugged.
Being a micro:bit, it does this in milli-seconds of course.
With a bit of a clever approach we can use this to build a reaction timer. This will test how good your reactions are.