Demo of the sample LCD class and BMP280 Sensor

Dependencies:   BME280 BMP280 TextLCD ELEC350-Practicals-FZ429

Fork of ELEC350-Coursework-Template by Plymouth University UK SoCEM Staff

Files at this revision

API Documentation at this revision

Comitter:
noutram
Date:
Wed Dec 06 17:00:37 2017 +0000
Parent:
1:e1cf7663f5ff
Commit message:
updated for 5.6.6

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e1cf7663f5ff -r 40403785b690 main.cpp
--- a/main.cpp	Wed Dec 06 15:59:28 2017 +0000
+++ b/main.cpp	Wed Dec 06 17:00:37 2017 +0000
@@ -4,6 +4,8 @@
 #include "FATFileSystem.h"
 #include "sample_hardware.hpp"
 
+
+
 //#define BME
 #ifdef BME
 #include "BME280.h"