added minimal ibis driver example

This commit is contained in:
2022-09-15 13:15:42 +02:00
parent 1a09a57a40
commit c853f2301d
9 changed files with 507 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