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.
 
 

18 lines
420 B

/*
* msp_PaintThickness.h
*
* Created on: Jul 29, 2024
* Author: akeguo
*/
#ifndef INC_MSP_MSP_PAINTTHICKNESS_H_
#define INC_MSP_MSP_PAINTTHICKNESS_H_
#include "../../BASE/Inc/BSP/bsp_MB_host.h"
extern void Paint_Thickness_intialize(struct UARTHandler *Handler);
extern void GF_PT_Inquiry();
extern void decode_PaintThickness(uint8_t *buffer, uint16_t length);
#endif /* INC_MSP_MSP_PAINTTHICKNESS_H_ */