LoRaWAN demo.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
20:49a8ecd1dda3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lwan_callbacks.h	Wed Jan 27 14:45:50 2021 +0000
@@ -0,0 +1,5 @@
+
+
+void lwan_packet_sent(void);
+void lwan_busy(uint32_t seconds);
+void lwan_join_failed(void);
\ No newline at end of file