From 689da691e865b9b52ed470455728e5bf535eacb4 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 30 Oct 2011 22:32:47 +0100 Subject: [PATCH] Add prototypes of functions so that it compiles. --- wordclock/wordclock.pde | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordclock/wordclock.pde b/wordclock/wordclock.pde index 3ed7a49..1016075 100644 --- a/wordclock/wordclock.pde +++ b/wordclock/wordclock.pde @@ -7,7 +7,10 @@ // uncomment the following to speed up the timer for testing //#define TESTMODE - +// Insert function prototypes -- Paul +void ledsoff(void); +void setup(void); +void SWversion(void); // specify the language - defines the header to be included // available choices - English, Danish, French, German