uart_bridge.h 220 B

1234567891011121314151617
  1. #ifndef __UART_BRIDGE_H
  2. #define __UART_BRIDGE_H
  3. //
  4. void init_usart(void);
  5. //
  6. void ub_init_os(void);
  7. //
  8. uint32_t get_uint_param(char* buf, uint8_t index);
  9. //
  10. void usart_bridge_rx_cb(void);
  11. #endif // __UART_BRIDGE_H