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: main.cpp
- Revision:
- 20:409ebd125b9c
- Parent:
- 19:3dd3e7f30f8b
diff -r 3dd3e7f30f8b -r 409ebd125b9c main.cpp --- a/main.cpp Thu Sep 10 17:56:09 2015 +0000 +++ b/main.cpp Sat Sep 12 22:38:40 2015 +0000 @@ -76,7 +76,7 @@ /* Off board leds */ DigitalOut led1(PB_15); DigitalOut led2(PB_14); -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 +cc3100 _cc3100(NC, NC, PD_12, PD_13, PD_11, SPI(PC_3, PC_2, PB_10));//Seeed_Arch_Max irq, nHib, cs, mosi, miso, sck static void Start_MCO1(void); void initLEDs(void);