Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: BTpacket.h
- 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