MRobot/User/bsp/adc.h
2025-04-27 15:40:56 +08:00

21 lines
554 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ----------------------------------------------------------------- */
#include <stdint.h>
#include "bsp/bsp.h"
/* Exported constants ------------------------------------------------------- */
/* Exported macro ----------------------------------------------------------- */
/* Exported types ----------------------------------------------------------- */
/* Exported functions prototypes -------------------------------------------- */
// float BSP_GetAdc();
#ifdef __cplusplus
}
#endif