東北大学学友会準加盟団体 From The Earth の高高度ロケットFTE-06(通称:海豚)にて使用したソフトウェアです.ご自由にお使いください.このプログラムによって生じた損害について当団体は一切責任を負いません.また,各モジュールのライブラリは当団体が作成したものではないので再配布は禁止します.

Dependencies:   mbed FATFileSystem

Fork of FTE-06 by Tetsushi Amano

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