mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-10-01 03:15:46 -04:00
9 lines
156 B
C
Executable File
9 lines
156 B
C
Executable File
#define PROTOCOL_KISS 0x01
|
|
#define PROTOCOL_RAW 0x02
|
|
|
|
#define m328p 0x01
|
|
#define m1284p 0x02
|
|
#define m644p 0x03
|
|
|
|
#define REF_3V3 0x01
|
|
#define REF_5V 0x02 |