drv_usart_2.h 177 B

123456789
  1. #ifndef DRV_USART2_H
  2. #define DRV_USART2_H
  3. int8_t Send_Data_2_RS485(uint8_t*data,uint16_t size);
  4. uint16_t Get_RS485_2_Data(uint8_t * dbuf,uint16_t dbuf_len);
  5. #endif