void setup() { } void loop() { act(); } void act() { //Iluminate the two outer most bars on the Bar Graph Cubelet. set_bar(0); set_bar(9); }