ScreenMaster485.h 364 B

12345678910111213141516
  1. #ifndef __SCREENMASTER485_H
  2. #define __SCREENMASTER485_H
  3. #include "stm32f7xx_hal.h"
  4. //////////////////////////////////////////////////////////////////////////////////
  5. void TestUsart3_Receive(void);
  6. void ScreenMaster485_Init(uint32_t bound);
  7. void ScreenMaster485_Send_Data(uint8_t *buf,uint8_t len);
  8. void ScreenMaster485_TX_Set(uint8_t en);
  9. #endif