9 lines
79 B
C
9 lines
79 B
C
|
#ifndef UTIL_H
|
||
|
#define UTIL_H
|
||
|
|
||
|
#include <avr/io.h>
|
||
|
|
||
|
void wait(int ms);
|
||
|
|
||
|
#endif
|