OpenModem/util/constants.h

13 lines
287 B
C
Raw Normal View History

2014-12-18 17:45:36 -05:00
#define PROTOCOL_KISS 0x01
#define PROTOCOL_RAW 0x02
2014-12-18 17:45:36 -05:00
#define m1284p 0x02
2019-01-27 14:25:11 -05:00
#define START_FROM_BOOTLOADER 0x01
#define START_FROM_POWERON 0x02
#define START_FROM_BROWNOUT 0x03
2019-04-05 08:04:18 -04:00
#define START_FROM_JTAG 0x04
#define MODE_AFSK_300 0x01
#define MODE_AFSK_1200 0x02
#define MODE_AFSK_2400 0x03