WiFi DipCortex / CC3000 Demo - Contains a menu driven set of tests to initalise and control the CC3000 radio. Also allowing you to test various TCP and UDP connections.

Dependencies:   NTPClient WebSocketClient cc3000_hostdriver_mbedsocket mbed HTTPClient

http://www.soldersplash.co.uk/products/wifi-dipcortex/

Please Note, this example uses the serial port so you will need an external RS232 TTL to USB adapter.

Revision:
0:039d229f3d6b
Child:
3:d81f8a9f3733
diff -r 000000000000 -r 039d229f3d6b main.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Mon Oct 07 21:18:18 2013 +0000
@@ -0,0 +1,7 @@
+
+#ifndef MAIN_H
+#define MAIN_H
+
+extern cc3000 wifi;
+
+#endif