Seeed wifi shield hello world program

Dependencies:   WiflyInterface mbed

Fork of Wifly_HelloWorld by Samuel Mokrani

Files at this revision

API Documentation at this revision

Comitter:
lz307
Date:
Fri Nov 08 22:55:36 2013 +0000
Parent:
6:73c142780ad9
Commit message:
deleted necessary files;

Changed in this revision

libxively.lib Show diff for this revision Revisions of this file
xi_user_config.h Show diff for this revision Revisions of this file
diff -r 73c142780ad9 -r 6a7917d88dbe libxively.lib
--- a/libxively.lib	Fri Nov 08 21:44:01 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/xively/code/libxively/#4ce6299f7535
diff -r 73c142780ad9 -r 6a7917d88dbe xi_user_config.h
--- a/xi_user_config.h	Fri Nov 08 21:44:01 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +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 0
-// If you wish to disable debug output, set this to 0
-#define XI_DEBUG_OUTPUT 0
-
-// 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
-#define XI_DEBUG_PRINTF printf
-
-#endif /* __XI_USER_CONFIG_H__ */