Using a text editor, edit source code: set compile options and language
- On or about line 55 in the file <sketchbook>/libraries/ClockTHREE/ClockTHREE.h, uncomment (for ClockTHREEJr) or comment out (for ClockTHREE) the following line.
#define CLOCKTHREEJR // uncomment this line for ClockTHREEjr
- On or about line 32 of <sketchbook>/libraries/ClockTHREE/examples/ClockTHREE_02.pde, comment out all but one of the following lines depending on language and hardware.
// #include "english.h" // only need one language at a time
// #include "german.h"
#include "english_jr.h"
// #include "german_jr.h"
- On or about line 292 of <sketchbook>/libraries/ClockTHREE/examples/ClockTHREE_02.pde, comment out all but one of the following lines depending on language and hardware.
// English faceplate = English(); // Only need one at a time
// German faceplate = German();
EnglishJr faceplate = EnglishJr();
// GermanJr faceplate = GermanJr();