AvrIO  1.4.5
Bibliothèque C modulaire pour ATMEL AVR
hdlc.h
1 
49 #ifndef _AVRIO_HDLC_H_
50 #define _AVRIO_HDLC_H_
51 
52 #include <avrio/defs.h>
53 
54 __BEGIN_C_DECLS
55 /* ========================================================================== */
56 
65 /* constants ================================================================ */
71 #define HDLC_FLAG 0x7E
72 
78 #define HDLC_RESET 0x7F
79 
85 #define HDLC_ESC 0x1B
86 
91 /* ========================================================================== */
92 __END_C_DECLS
93 
94 #endif /* _AVRIO_HDLC_H_ */