my copy of the websocket demo
Dependencies: NVIC_set_all_priorities WebSocketClient cc3000_hostdriver_mbedsocket mbed
Fork of cc3000_websocket_demo by
Diff: main.cpp
- Revision:
- 3:044c6bd2d569
- Parent:
- 2:398f4fa8fb4a
--- 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