cc3000 hostdriver with the mbed socket interface
Dependents: cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more
Diff: cc3000.cpp
- Revision:
- 16:f3676ae62f96
- Parent:
- 14:28c8bbbea025
- Parent:
- 12:1c2a856c618a
- Child:
- 19:9fdf8b4e41bf
- Child:
- 23:fed7f64dd520
diff -r aae737ca3dd2 -r f3676ae62f96 cc3000.cpp
--- a/cc3000.cpp Wed Oct 02 15:29:26 2013 +0000
+++ b/cc3000.cpp Wed Oct 02 16:00:41 2013 +0000
@@ -141,9 +141,9 @@
wait_ms(100);
}
-
+
DBG_CC("Smartconfig finished");
-
+
#ifndef CC3000_UNENCRYPTED_SMART_CONFIG
// create new entry for AES encryption key
_nvmem.create_entry(NVMEM_AES128_KEY_FILEID, 16);
@@ -204,9 +204,9 @@
/* timeout 10 seconds */
if (t.read_ms() > 10000){
ret = false;
-
+
DBG_CC("Connection to AP failed");
-
+
break;
}
}
SimpleLink Wi-Fi CC3000
Avnet Wi-Go System