
Library set up as dummy module on mbed to mimic Nordic.
BTpacket.h@1:d6b18299a715, 2016-12-12 (annotated)
- Committer:
- Stephen_NewVistas
- Date:
- Mon Dec 12 23:19:30 2016 +0000
- Revision:
- 1:d6b18299a715
- Child:
- 2:9ab591cf81b8
about to branch and make generic and not cpp
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Stephen_NewVistas | 1:d6b18299a715 | 1 | #pragma pack(1) |
Stephen_NewVistas | 1:d6b18299a715 | 2 | typedef struct{ |
Stephen_NewVistas | 1:d6b18299a715 | 3 | unsigned char command; |
Stephen_NewVistas | 1:d6b18299a715 | 4 | unsigned char packetLength; |
Stephen_NewVistas | 1:d6b18299a715 | 5 | unsigned char packetData[18]; |
Stephen_NewVistas | 1:d6b18299a715 | 6 | } BTpacket_t; |
Stephen_NewVistas | 1:d6b18299a715 | 7 | #pragma pack(0) |