Add example USART driver

This commit is contained in:
Matte23
2024-11-03 12:04:40 +01:00
parent c265a35cc6
commit 6d0a60881c
6 changed files with 93 additions and 8 deletions

2
os/delay.h Normal file
View File

@@ -0,0 +1,2 @@
void delay_routine(unsigned int delay_counter);
void delay_ms(unsigned int ms);