Add usart lib

This commit is contained in:
CVR
2021-09-09 12:27:09 +12:00
parent 352b49ef29
commit 7e5acdd896
4 changed files with 81 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
#define F_CPU 8000000UL
#include "../../src/mrf24j.h"
#include "../../lib/usart/src/usart.h"
#include "../usart.h"
#include "../../src/driver.h"
#include <avr/interrupt.h>
#include <util/delay.h>