#ifndef __DELAY_H_
#define __DELAY_H_

void delay_us(int);
void delay_ms(int);

#endif // __DELAY_H_

