#ifndef DELAY_H #define DELAY_H #include void Delay1ms(uint32_t n); void Delay1us(uint32_t n); #endif /* DELAY_H */