加入大疆C板例程bsp
This commit is contained in:
7
bsp/boards/bsp_rng.h
Normal file
7
bsp/boards/bsp_rng.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef BSP_RNG_H
|
||||
#define BSP_RNG_H
|
||||
#include "struct_typedef.h"
|
||||
|
||||
extern uint32_t RNG_get_random_num(void);
|
||||
extern int32_t RNG_get_random_rangle(int min, int max);
|
||||
#endif
|
||||
Reference in New Issue
Block a user