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.
Diff: simplelink/cc3100_spi.cpp
- 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);
}