インターフェース2014年10月号のu-blox C027で3G通信する記事で使用したプログラム。   CQ publishing Interface 2014.10 issue, C027 3G test program.

Dependencies:   C027_Support C027_SupportTest mbed picojson

Fork of C027_SupportTest by u-blox

インターフェース2014年10月号のu-blox C027で3G通信する記事で使用したプログラムです。

Revision:
30:e6c7827dfbe8
Parent:
29:1f18e74ff972
Child:
31:22a4e87217f8
--- a/xi_user_config.h	Thu Jul 17 02:52:30 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#ifndef __XI_USER_CONFIG_H__
-#define __XI_USER_CONFIG_H__
-
-// The following settings should lower memory footprint.
-// The library currently allows one to send batch datapoint
-// and feed updates, but it's not needed in most use cases
-#define XI_MAX_DATAPOINTS         1
-// The number of channels can be increased if needed
-#define XI_MAX_DATASTREAMS        5
-
-// Below are optimisations that reduce some minor functionality
-#define XI_OPT_NO_ERROR_STRINGS
-
-// If you wish to enable assertions, set this to 1
-#define XI_DEBUG_ASSERT 1
-// If you wish to disable debug output, set this to 0
-#define XI_DEBUG_OUTPUT 1
-
-// On the mbed app board we can use the LCD for debug output,
-// but one may wish to modify this and write to file instead
-//#include "app_board_io.h"
-//#define XI_DEBUG_PRINTF lcd_printf //TODO: use serial port...
-#define XI_DEBUG_PRINTF printf //TODO: use serial port...
-
-#endif /* __XI_USER_CONFIG_H__ */