#ifndef _DELAY_H
#define _DELAY_H
void delay_10ms(int tm);
void delay_us(int tm);
void delay_ns(int tm);
#endif