David Fletcher / Mbed 2 deprecated cc3100_Test_websock_Camera_CM4F

Dependencies:   mbed

Revision:
15:5433f9d94cd7
Parent:
14:90603ea1e85b
Child:
16:7e5aab2fabba
--- a/simplelink/cc3100_spi.cpp	Tue Aug 25 22:03:00 2015 +0000
+++ b/simplelink/cc3100_spi.cpp	Fri Aug 28 21:04:44 2015 +0000
@@ -55,13 +55,13 @@
 {
 
     _wlan_spi.format(8,1);
-    _wlan_spi.frequency(16000000);
+    _wlan_spi.frequency(12000000);
     _wlan_irq.rise(this, &cc3100_spi::IntSpiGPIOHandler);      //_SlDrvRxIrqHandler is called from IntSpiGPIOHandler
 //    _sw1_irq.rise(this, &cc3100_spi::buttonHandler_1);
 //    _sw2_irq.rise(this, &cc3100_spi::buttonHandler_2);
     _wlan_nHIB = 0;
     _wlan_cs = 1;
-//    wait_ms(100);
+    wait_ms(100);
     
     
 }