uart_bridge.h 135 B

1234567891011
  1. #ifndef __UART_BRIDGE_H
  2. #define __UART_BRIDGE_H
  3. void init_usart(void);
  4. //
  5. void ub_send_test_byte(void);
  6. #endif // __UART_BRIDGE_H