stopwatch:

The purpose of this code is to show how to create programs
to run them on the DR. This programs allows to use the DR to
count events ( 4 different) with time-stamps. It also acts as
a stopwatch with 4 different times.
This is the initial version that still needs some extra functionality
to be more usefull like:
- handle refreshes more elegant
- persistent start-time and counters
- list needs to be completed

Note that due to some limitation in the Python-port, the main-file to
load must be named 'python' (same as the executable) without any
extension.