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

Dependencies:   mbed-rtos mbed

Revision:
1:d6b18299a715
Child:
2:9ab591cf81b8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BTpacket.h	Mon Dec 12 23:19:30 2016 +0000
@@ -0,0 +1,7 @@
+#pragma pack(1)
+typedef struct{
+    unsigned char command;
+    unsigned char packetLength;
+    unsigned char packetData[18];
+} BTpacket_t;
+#pragma pack(0)
\ No newline at end of file