delay.h 94 B

123456
  1. #ifndef __DELAY_H
  2. #define __DELAY_H
  3. void Delay(__IO uint16_t nTime);
  4. #endif /* __DELAY_H */