This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2016-07-05 21:45:58 +00:00
|
|
|
#include "ScanDelay.h"
|
2016-07-04 04:25:49 +00:00
|
|
|
|
2016-07-05 21:45:58 +00:00
|
|
|
void ScanDelay::delay()
|
2016-07-04 04:25:49 +00:00
|
|
|
{
|
|
|
|
delayMicroseconds(DELAY_MICROSECONDS);
|
|
|
|
}
|
|
|
|
|