#include "nanoTronic068.h" 

void setup() {
  stOne(); // start once
}

void loop() {
  inRe(); seRe(); // input. serial read
  //// start your program logic next 
  // =============================






  // ========================
  doOut(); // apply output to pins
}