TI's CC3100. A test demo with very little testing done!

Dependencies:   mbed

Fork of cc3100_Test_Demo2 by 高 杨

Revision:
9:b8da46b97970
Parent:
7:0687d16b9781
--- a/simplelink/cc3100_spi.cpp	Sat Jul 22 05:04:14 2017 +0000
+++ b/simplelink/cc3100_spi.cpp	Sun Jul 30 06:32:08 2017 +0000
@@ -48,7 +48,7 @@
 {
 
     _wlan_spi.format(8,0);
-    _wlan_spi.frequency(16000000);
+    _wlan_spi.frequency(100000);
     _wlan_irq.rise(this, &cc3100_spi::IntSpiGPIOHandler);      //_SlDrvRxIrqHandler is triggered after IntSpiGPIOHandler
     _wlan_nHIB = 0;
     _wlan_cs = 1;