#ifndef _UTILS_H
#define _UTILS_H

#define CPU_CLOCK           1000000

void _delay_ms(unsigned int ms);

#endif
