You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
391 B

2 months ago
/*
* msp_Ultrasonic_Sensor.h
*
* Created on: Oct 8, 2024
* Author: akeguo
*/
#ifndef INC_MSP_MSP_ULTRASONIC_SENSOR_H_
#define INC_MSP_MSP_ULTRASONIC_SENSOR_H_
#include "../../BASE/Inc/BSP/bsp_MB_host.h"
extern void Ultrasonic_sensor_intialize(struct UARTHandler *Handler);
extern int32_t* ForceValue_1;
extern int32_t* ForceValue_2;
#endif /* INC_MSP_MSP_ULTRASONIC_SENSOR_H_ */