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.
Dependencies: BMP280 ELEC350-Practicals-FZ429 BME280
Fork of Task690solution-mbed-os-FZ429ZI_ by
Diff: main.cpp
- Revision:
- 5:4959019b2904
- Parent:
- 4:17fe5b63cd8a
--- a/main.cpp Thu Nov 23 14:01:42 2017 +0000 +++ b/main.cpp Wed Dec 06 11:21:21 2017 +0000 @@ -7,7 +7,7 @@ #include "mbed_events.h" //SD Card Object -SDBlockDevice sd(D11, D12, D13, D10); // mosi, miso, sclk, cs +SDBlockDevice sd(PB_5, D12, D13, D10); // mosi, miso, sclk, cs //Event queue for main EventQueue queue;