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.
13 lines
373 B
13 lines
373 B
/*
|
|
* msp_Dynamometer_Sensor.h
|
|
*
|
|
* Created on: Oct 8, 2024
|
|
* Author: akeguo
|
|
*/
|
|
|
|
#ifndef INC_MSP_MSP_DYNAMOMETER_SENSOR_H_
|
|
#define INC_MSP_MSP_DYNAMOMETER_SENSOR_H_
|
|
#include "../../BASE/Inc/BSP/bsp_MB_host.h"
|
|
extern void Dynamometer_sensor_intialize(struct UARTHandler *Handler);
|
|
extern int32_t* DynamometerValue_in;
|
|
#endif /* INC_MSP_MSP_DYNAMOMETER_SENSOR_H_ */
|
|
|