mapid/MAPID-CP/config.h

17 lines
310 B
C

#ifndef _CONFIG_H_
#define _CONFIG_H_
#define OS_NAME "MAPID/CP"
#define OS_VERSION 5
#define PIN_LED LED_BUILTIN
#define PIN_LCD 2
#define TTY_SPEED 9600
//#define TTY_SPEED 19200
#define TTY_PROMPT "?"
// Include Readme in PROGMEM, and allow access to it.
#define README_PROGMEM
#endif