加入大疆C板例程bsp
This commit is contained in:
9
bsp/boards/bsp_delay.h
Normal file
9
bsp/boards/bsp_delay.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef BSP_DELAY_H
|
||||
#define BSP_DELAY_H
|
||||
#include "struct_typedef.h"
|
||||
|
||||
extern void delay_init(void);
|
||||
extern void delay_us(uint16_t nus);
|
||||
extern void delay_ms(uint16_t nms);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user