uart working but fix send char
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
void init(UART_Pair_Key pair);
|
||||
|
||||
//begins Tx and Usart TODO either modify this function or add a new one that supports Rx
|
||||
void begin(uint32_t baudRate) volatile;
|
||||
void begin(uint32_t baudRate, SHAL_USART_Word_Length wordLength) const volatile;
|
||||
|
||||
//Sends a string
|
||||
void sendString(const char* s) volatile;
|
||||
|
||||
Reference in New Issue
Block a user