Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed
Fork of CubicHand by
Diff: GloveWifi.cpp
- Revision:
- 14:0c4a26dc6873
- Parent:
- 13:c701f1122797
- Child:
- 15:b48ac00af0b8
diff -r c701f1122797 -r 0c4a26dc6873 GloveWifi.cpp
--- a/GloveWifi.cpp Sat Dec 06 23:25:32 2014 +0000
+++ b/GloveWifi.cpp Sun Dec 07 19:50:47 2014 +0000
@@ -44,7 +44,8 @@
void GloveWifi::Connect()
{
- wifi = new cc3000(PTD4, PTC9, PTD0, SPI(PTD2, PTD3, PTD1), SSID, PASSWORD, WPA2, false);
+ //wifi = new cc3000(PTD4, PTC9, PTD0, SPI(PTD2, PTD3, PTD1), SSID, PASSWORD, WPA2, false);
+ wifi = new cc3000(PTD4, PTC9, PTC4, SPI(PTC6, PTC7, PTC5), SSID, PASSWORD, WPA2, false);
wifi->init();
socket = new TCPSocketConnection;
if (wifi->connect() == -1)
