Adds POST test for BMP280 sensor board. Includes driver

Dependencies:   BMP280 ELEC350-Practicals-FZ429 BME280

Fork of Task690-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:20:46 2017 +0000
Parent:
4:04cd5171c7ff
Child:
6:4b449e2d4ad1
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:03:12 2017 +0000
+++ b/main.cpp	Wed Dec 06 11:20:46 2017 +0000
@@ -6,7 +6,7 @@
  #include "sample_hardware.hpp"
  
  //SD Card Object
- SDBlockDevice sd(D11, D12, D13, D10); // mosi, miso, sclk, cs
+ SDBlockDevice sd(PB_5, D12, D13, D10); // mosi, miso, sclk, cs
 
  uint8_t block[512] = "Hello World!\n";
  int main()