feat: io: serial & console
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef SERIAL_H
|
||||
#define SERIAL_H
|
||||
|
||||
int serial_init();
|
||||
void serial_writec(char chr);
|
||||
void serial_write(const char *str);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user