Interplan IM920 library, 920MHz module

Dependents:   IM920_sample IM920_SDlog IM920_sample IM920_sample3 ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers IM920_conf.h Source File

IM920_conf.h

00001 #ifndef _IM920_conf_h_
00002 #define _IM920_conf_h_
00003 
00004 //#define DEBUG
00005 //#define DEBUG_DUMP
00006 
00007 #define IM920_BAUD 19200
00008 
00009 #define CFG_BUF_SIZE 150
00010 #define CFG_DATA_SIZE 64
00011 #define CFG_CMD_SIZE 16
00012 
00013 #define DEFAULT_WAIT_RESP_TIMEOUT 500
00014 #define CFG_TIMEOUT 5000
00015 
00016 #endif