move_xrobot/User/bsp/a/bsp_adc.c

15 lines
753 B
C
Raw Normal View History

2025-01-14 10:35:04 +08:00
/* Includes ----------------------------------------------------------------- */
#include "bsp_adc.h"
#include "adc.h"
/* Private define ----------------------------------------------------------- */
/* Private macro ------------------------------------------------------------ */
/* Private typedef ---------------------------------------------------------- */
/* Private variables -------------------------------------------------------- */
/* Private function -------------------------------------------------------- */
/* Exported functions ------------------------------------------------------- */
float BSP_GetTemprater(void) { return 0.0f; }
float BSP_GetBatteryVolt(void) { return 0.0f; }
uint8_t BSP_GetHardwareVersion(void) { return 1u; }