mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 21:02:29 -04:00
Working build
This commit is contained in:
parent
4119591f88
commit
35c504703c
10 changed files with 1159 additions and 34 deletions
9
util/constants.h
Normal file
9
util/constants.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue