8 lines
96 B
C++
8 lines
96 B
C++
#include "ScanDelay.h"
|
|
|
|
void ScanDelay::delay()
|
|
{
|
|
delayMicroseconds(DELAY_MICROSECONDS);
|
|
}
|
|
|