Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FATFileSystem
Fork of FTE-06 by
IM920/IM920_conf.h
- Committer:
- mizuki_akaike
- Date:
- 2017-08-14
- Revision:
- 23:9be034083282
File content as of revision 23:9be034083282:
#ifndef _IM920_conf_h_
#define _IM920_conf_h_
//#define DEBUG
//#define DEBUG_DUMP
#define IM920_BAUD 19200
#define CFG_BUF_SIZE 150
#define CFG_DATA_SIZE 64
#define CFG_CMD_SIZE 16
#define DEFAULT_WAIT_RESP_TIMEOUT 500
#define CFG_TIMEOUT 5000
#endif

