Library set up as dummy module on mbed to mimic Nordic.

Dependencies:   mbed-rtos mbed

Revision:
0:226550611f0d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/comms.h	Mon Dec 12 23:06:58 2016 +0000
@@ -0,0 +1,17 @@
+#ifndef COMMS_H
+#define COMMS_H
+
+#include "mbed.h"
+
+//global hardware
+extern I2C i2c;
+extern Serial pc;
+extern Serial bus;
+
+
+void initComms();
+
+
+void debugLog( char* fmt, ...);
+
+#endif
\ No newline at end of file