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

Dependencies:   mbed-rtos mbed

charactercode.h

Committer:
Stephen_NewVistas
Date:
2016-12-13
Revision:
2:9ab591cf81b8
Parent:
0:226550611f0d

File content as of revision 2:9ab591cf81b8:

#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