Merge mculoop

This commit is contained in:
2022-09-06 08:39:50 +02:00
parent bfea87726c
commit f4b59acce0
10 changed files with 690 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, char * str);
void usart_putc(uint32_t usart, char c);
#endif