TI's CC3100. A test demo with very little testing done!
Fork of cc3100_Test_Demo2 by
Diff: simplelink/cc3100_spi.cpp
- Revision:
- 7:0687d16b9781
- Parent:
- 0:e89ba455dbcf
- Child:
- 9:b8da46b97970
diff -r 778b081f6a13 -r 0687d16b9781 simplelink/cc3100_spi.cpp --- a/simplelink/cc3100_spi.cpp Thu Mar 19 15:39:08 2015 +0000 +++ b/simplelink/cc3100_spi.cpp Thu Sep 03 13:43:50 2015 +0000 @@ -47,7 +47,7 @@ : _wlan_irq(cc3100_irq), _wlan_nHIB(cc3100_nHIB), _wlan_cs(cc3100_cs), _wlan_spi(cc3100_spi), _driver(driver) { - _wlan_spi.format(8,1); + _wlan_spi.format(8,0); _wlan_spi.frequency(16000000); _wlan_irq.rise(this, &cc3100_spi::IntSpiGPIOHandler); //_SlDrvRxIrqHandler is triggered after IntSpiGPIOHandler _wlan_nHIB = 0;