cc3000 websocket demo for cc3000

Dependencies:   NVIC_set_all_priorities WebSocketClient cc3000_hostdriver_mbedsocket mbed

Revision:
3:044c6bd2d569
Parent:
2:398f4fa8fb4a
Child:
6:62b6aa700f85
--- a/main.cpp	Wed Oct 02 20:19:33 2013 +0000
+++ b/main.cpp	Wed Oct 02 20:23:39 2013 +0000
@@ -29,8 +29,7 @@
 Serial pc(USBTX, USBRX);
 #elif (MY_BOARD == WIFI_DIPCORTEX)
 cc3000 wifi(p28, p27, p30, SPI(p21, p14, p37), PIN_INT0_IRQn);
-//Serial pc(UART_TX, UART_RX);
-Serial pc(p19, p20);
+Serial pc(UART_TX, UART_RX);
 #else
 
 #endif