Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src/RowDelay.cpp

8 lines
94 B
C++
Raw Normal View History

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