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:
- 3:3e849d835d69
- Parent:
- 2:302b3ed98b81
diff -r 302b3ed98b81 -r 3e849d835d69 main.cpp --- a/main.cpp Fri Sep 20 13:52:32 2019 +0000 +++ b/main.cpp Fri Sep 20 13:58:16 2019 +0000 @@ -6,7 +6,7 @@ //Status LED DigitalOut led(LED1,1); -//SPI Object +//SPI Object (temporarily remove JP6 when running this) SPI spi(D11, D12, D13); //Ticker for setting the output sampling rate