generated from hulk/gd32e23x_template_cmake_vscode
add delay ms safe & add led heart beat
This commit is contained in:
@@ -24,4 +24,7 @@ void delay_ms(uint32_t count);
|
||||
/* delay a time in microseconds */
|
||||
void delay_us(uint32_t count);
|
||||
|
||||
/* delay function that doesn't interfere with SysTick interrupt */
|
||||
void delay_ms_safe(uint32_t count);
|
||||
|
||||
#endif /* SYS_TICK_H */
|
Reference in New Issue
Block a user