#include "RowDelay.h" void RowDelay::delay() { delayMicroseconds(DELAY_MICROSECONDS); }