rs485_demo.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*================================================================
  2. Copyright (c) 2021, Quectel Wireless Solutions Co., Ltd. All rights reserved.
  3. Quectel Wireless Solutions Proprietary and Confidential.
  4. =================================================================*/
  5. /*=================================================================
  6. EDIT HISTORY FOR MODULE
  7. This section contains comments describing changes made to the module.
  8. Notice that changes are listed in reverse chronological order.
  9. WHEN WHO WHAT, WHERE, WHY
  10. ------------ ------- -------------------------------------------------------------------------------
  11. =================================================================*/
  12. #ifndef RS485_DEMO_H
  13. #define RS485_DEMO_H
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. /*===========================================================================
  18. * Enumeration Definition
  19. ===========================================================================*/
  20. /*===========================================================================
  21. * Struct
  22. ===========================================================================*/
  23. /*===========================================================================
  24. * Functions declaration
  25. ===========================================================================*/
  26. void ql_rs485_app_init(void);
  27. #ifdef __cplusplus
  28. } /*"C" */
  29. #endif
  30. #endif /* RS485_DEMO_H */