/* TestLoader.ino Bob Larkin 3 July 2020
*/
void setup(void) {
Serial.begin(9600);
while(!Serial) ;
Serial.println("Test Loader");
}
void loop() {