Separate print methods from UART interface

This commit is contained in:
Henrik Stickann
2022-05-07 16:16:19 +02:00
parent e3be99514c
commit bc35c44cb1
7 changed files with 430 additions and 350 deletions

View File

@@ -28,8 +28,6 @@ namespace sta
*/
HalUART(UART_HandleTypeDef * handle);
using UART::print;
void write(const uint8_t * buffer, size_t size) override;
private: