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.
22 lines
475 B
22 lines
475 B
/*
|
|
* 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_ */
|
|
|