Merge nanoos

This commit is contained in:
2022-09-06 08:30:16 +02:00
parent 5947cd60cc
commit f3b0eb4a59
16 changed files with 814 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _USARTU_H_XYZ
#define _USARTU_H_XYZ
void usart_puts(uint32_t usart, uint8_t * str);
void usart_putc(uint32_t usart, uint8_t c);
#endif