At some point, you may wish to re-program your ClockTHREE or ClockTHREEjr or maybe you are building a clock from scratch. This post will walk you through the steps. Outline:
#define CLOCKTHREEJR // uncomment this line for ClockTHREEjr
// #include "english.h" // only need one language at a time // #include "german.h" #include "english_jr.h" // #include "german_jr.h"
// English faceplate = English(); // Only need one at a time // German faceplate = German(); EnglishJr faceplate = EnglishJr(); // GermanJr faceplate = GermanJr();