mirror of
https://github.com/markqvist/MicroAPRS
synced 2026-08-12 17:40:33 -04:00
15 lines
No EOL
309 B
C
Executable file
15 lines
No EOL
309 B
C
Executable file
// Copyright Mark Qvist / unsigned.io
|
|
// https://unsigned.io/microaprs
|
|
//
|
|
// Licensed under GPL-3.0. For full info,
|
|
// read the LICENSE file.
|
|
|
|
#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 |