You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 line
149 B

  1. #ifndef _SysTick_H
  2. #define _SysTick_H
  3. #include "system.h"
  4. void SysTick_Init(u8 SYSCLK);
  5. void delay_us(u32 nus);
  6. void delay_ms(u16 nms);
  7. #endif