arduino met relay control en Timer restart how to do?

Jantje:
Als je een library gebruikt moet je die wel eerst downloaden waar arduino die kan vinden.
Lees meer hierover op http://www.arduino.cc/en/Hacking/Libraries vooral se sectie over "User-created libraries"
Met vriendelijke groet
Jantje

ik heb deze instructies gevolgd dat zou toch goed moeten zijn?

Installation

Create a folder named SimpleTimer in you sketchbook/libraries folder.
Copy-n-paste the code for SimpleTimer.h and SimpleTimer.cpp into your favourite text editor, and save those two files under the SimpleTimer folder you just created.
Launch or restart the Arduino IDE to let it detect the new library.
Copy-n-paste the example code (see below) to get you started with the library.