uart.h 155 B

1234567
  1. #ifndef UART_H__
  2. #define UART_H__
  3. #include "board.h"
  4. void uart0_init(void);
  5. void data_dump(const char *name, uint8_t *data, uint16_t length);
  6. #endif // !