borgware-2d/util.h

9 lines
79 B
C

#ifndef UTIL_H
#define UTIL_H
#include <avr/io.h>
void wait(int ms);
#endif