From 96b0c9d692fd4b41d41e13cdcd8fc773b3976dde Mon Sep 17 00:00:00 2001 From: Xavi Del Campo Date: Sun, 8 Mar 2020 14:09:11 +0100 Subject: First working RX ISR --- include/reception.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/reception.h (limited to 'include') diff --git a/include/reception.h b/include/reception.h new file mode 100644 index 0000000..80a6acb --- /dev/null +++ b/include/reception.h @@ -0,0 +1,7 @@ +#ifndef RECEPTION_H +#define RECEPTION_H + +void reception_ev(void); +void reception_loop(void); + +#endif /* RECEPTION_H */ -- cgit v1.2.3