KA04 example sketch does not compile

@ronniebonk

Thanks for the quick reply! Always a concern on these forums your questions fall on deaf ears. I took care of the H file, and it reduced my compiling errors drastically. the last one it doesn’t like is ‘word homePage()’ Below is my error message-

[color=#BF0000]Arduino: 1.6.6 (Windows 7), Board: “Arduino/Genuino Uno”

C:\Arduino\Sketches\ka04_sample_code\ka04_sample_code.ino: In function ‘word homePage()’:

ka04_sample_code:37: error: ‘word homePage()’ was declared ‘extern’ and later ‘static’ [-fpermissive]

static word homePage() {

                  ^

ka04_sample_code:11: error: previous declaration of ‘word homePage()’ [-fpermissive]

Serial.begin(57600);

  ^

exit status 1
‘word homePage()’ was declared ‘extern’ and later ‘static’ [-fpermissive][/color]

Very frustrating to buy and build this shield and have velleman’s support be so weak…