7 lines
No EOL
129 B
C
7 lines
No EOL
129 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void initUART();
|
|
void UART_transmit(uint8_t data);
|
|
void UART_println(const char* format, ...); |