Demo of the sample LCD class, BMP280 Sensor and network with power on self test. Requires a network connectionb
Dependencies: BMP280 TextLCD BME280
Revision 2:40403785b690, committed 2017-12-06
- Comitter:
- noutram
- Date:
- Wed Dec 06 17:00:37 2017 +0000
- Parent:
- 1:e1cf7663f5ff
- Child:
- 3:a88838ff33e7
- 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 |
--- 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"
Nicholas Outram