Solution to Task 690

Dependencies:   BMP280 ELEC350-Practicals-FZ429 BME280

Fork of Task690solution-mbed-os-FZ429ZI_ by University of Plymouth - Stages 1, 2 and 3

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Wed Dec 06 11:21:21 2017 +0000
Parent:
4:17fe5b63cd8a
Child:
6:0ce59a5ca801
Commit message:
changed MOSI pin to PB_5

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;