David Fletcher / Mbed 2 deprecated cc3100_Test_websock_Camera_CM4F

Dependencies:   mbed

Revision:
19:3dd3e7f30f8b
Parent:
0:50cedd586816
Child:
20:409ebd125b9c
--- a/simplelink/cc3100_spawn.cpp	Thu Sep 03 20:10:39 2015 +0000
+++ b/simplelink/cc3100_spawn.cpp	Thu Sep 10 17:56:09 2015 +0000
@@ -49,8 +49,7 @@
 
 #define _SL_MAX_INTERNAL_SPAWN_ENTRIES      10
 
-cc3100 _cc3100(PC_13, PC_6, PE_5, PE_4, PE_6, SPI(PB_5, PB_4, PB_3));
-
+cc3100 _cc3100(NC, NC, PD_12, PD_13, PD_11, SPI(PB_5, PB_4, PB_3));//Seeed_Arch_Max  irq, nHib, cs, mosi, miso, sck
 
 typedef struct _SlInternalSpawnEntry_t {
     _SlSpawnEntryFunc_t 		        pEntry;