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:
Leave "Use external editor" unchecked if you plan on using Arduino as your editor.
#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();
Click the arrow button, second from the right. Right when the black message area at the bottom of the Arduino window displays the message "Binary sketch size:..." click the reset button on ClockTHREE. The timing can be tricky so you may have to experiment. 