Connect to SSID, get ip by dhcp, ping google.com, display statistics

Dependencies:   NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed

Fork of cc3000_ping_demo by Martin Kojtal

Revision:
10:b98f2d6e6da5
Parent:
7:fbc17364ea63
--- a/main.h	Tue Jun 03 08:43:07 2014 +0000
+++ b/main.h	Wed Jun 25 06:12:22 2014 +0000
@@ -20,7 +20,10 @@
 #define WIFI_DIPCORTEX 2
 #define UNDEFINED      3
 
-#define MY_BOARD WIGO
+//#define MY_BOARD WIGO
+#define MY_BOARD MBED_BOARD_EXAMPLE
+
+#include "my_port_mapping.h"
 
 void init();