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.
14 lines
337 B
14 lines
337 B
3 days ago
|
/*
|
||
|
* msp_Force_Sensor.h
|
||
|
*
|
||
|
* Created on: Oct 8, 2024
|
||
|
* Author: akeguo
|
||
|
*/
|
||
|
|
||
|
#ifndef INC_MSP_MSP_FORCE_SENSOR_H_
|
||
|
#define INC_MSP_MSP_FORCE_SENSOR_H_
|
||
|
#include "../../BASE/Inc/BSP/bsp_MB_host.h"
|
||
|
extern void force_sensor_intialize(struct UARTHandler *Handler);
|
||
|
extern int32_t* ForceValue_in;
|
||
|
#endif /* INC_MSP_MSP_FORCE_SENSOR_H_ */
|