#ifndef DELAY_H
#define DELAY_H
#include <stdint.h>
void Delay1ms(uint32_t n);
void Delay1us(uint32_t n);
#endif /* DELAY_H */