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

Dependencies:   mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers charactercode.h Source File

charactercode.h

00001 #ifndef CHARACTERCODE_H
00002 #define CHARACTERCODE_H
00003 
00004 #define STARTPACKET 0x7F
00005 #define STARTPOLL 0x8F
00006 #define FLAGBYTE 0x8E
00007 #define NAKCHAR 0x8C
00008 #define ACKCHAR 0x8D
00009 
00010 #define STX 0x55
00011 #define ETX 0x04
00012 #define ENQ 0x05
00013 
00014 #endif