init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
36:8e359069192b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NRFuart.h	Tue Jan 15 11:19:41 2019 +0000
@@ -0,0 +1,20 @@
+#ifndef NRFUART_H_
+#define NRFUART_H_
+
+//------------------------------------------------------------------------------
+//Dependencies
+//------------------------------------------------------------------------------
+#include "main.h"
+
+//extern bool NRFuart_enabled;
+extern void NRFuart_init_nohwfc();
+extern void NRFuart_uninit();
+extern void NRFuart_putc(char byte);
+extern void NRFuart_puts(char* bytes);
+extern char NRFuart_getc();
+extern void NRFuart_flush();
+extern bool NRFuart_readable();
+extern void debug_prep();
+extern void debug_exe();
+
+#endif 
\ No newline at end of file