Library set up as dummy module on mbed to mimic Nordic.
Diff: charactercode.h
- Revision:
- 0:226550611f0d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/charactercode.h Mon Dec 12 23:06:58 2016 +0000 @@ -0,0 +1,14 @@ +#ifndef CHARACTERCODE_H +#define CHARACTERCODE_H + +#define STARTPACKET 0x7F +#define STARTPOLL 0x8F +#define FLAGBYTE 0x8E +#define NAKCHAR 0x8C +#define ACKCHAR 0x8D + +#define STX 0x55 +#define ETX 0x04 +#define ENQ 0x05 + +#endif