Advertisement
wojiaocbj

delay.h

Jul 3rd, 2022
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.28 KB | None | 0 0
  1. #ifndef CBJ_F103DELAY
  2. #define CBJ_F103DELAY
  3. #ifdef __cplusplus
  4. extern "C"{
  5. #endif // __cplusplus
  6.     void delay_init(unsigned int sysclk);
  7.     void delay_us(unsigned int nus);
  8.     void delay_ms(unsigned short nms);
  9. #ifdef __cplusplus
  10. }
  11. #endif // __cplusplus
  12. #endif // !CBJ_F103DELAY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement