You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
235 B
12 lines
235 B
10 months ago
|
#define PROTOCOL_KISS 0x01
|
||
|
#define PROTOCOL_SIMPLE_SERIAL 0x02
|
||
|
|
||
|
#define m328p 0x01
|
||
|
#define m1284p 0x02
|
||
|
#define m644p 0x03
|
||
|
|
||
|
#define REF_3V3 0x01
|
||
|
#define REF_5V 0x02
|
||
|
|
||
|
#define SERIAL_FRAMING_KISS 0x01
|
||
|
#define SERIAL_FRAMING_DIRECT 0x02
|