#include "Dezibot.h" Dezibot dezibot = Dezibot(); // How many times to run a command on the display consecutively; const uint16_t iterations = 1000; void setup() { dezibot.begin(); } void loop() { //Typical output dezibot.display.println("Typical output"); for(uint16_t iter=0; iter