加入大疆C板例程bsp
This commit is contained in:
9
bsp/boards/bsp_adc.h
Normal file
9
bsp/boards/bsp_adc.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef BSP_ADC_H
|
||||
#define BSP_ADC_H
|
||||
#include "struct_typedef.h"
|
||||
|
||||
extern void init_vrefint_reciprocal(void);
|
||||
extern fp32 get_temprate(void);
|
||||
extern fp32 get_battery_voltage(void);
|
||||
extern uint8_t get_hardware_version(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user