7 lines
No EOL
69 B
C
7 lines
No EOL
69 B
C
#include "delay.h"
|
|
|
|
void delay(int i)
|
|
|
|
{
|
|
for(i = 14; i > 0; i--);
|
|
} |