/* * msp_485_android.h * * Created on: 2025年12月1日 * Author: akeguo */ #ifndef BASE_INC_MSP_MSP_485_ANDROID_H_ #define BASE_INC_MSP_MSP_485_ANDROID_H_ #include "bsp_Error_Detect.h" #include "bsp_MB_host.h" extern int16_t read_android_holidng_register_count; void android_485_intialize_with_slaveID(struct UARTHandler *Handler, int slave_id); void android_485_intialize(struct UARTHandler *Handler); #endif /* BASE_INC_MSP_MSP_485_ANDROID_H_ */