fuck this
Dependencies: BMP280
Diff: main.cpp
- Revision:
- 5:bea93c8e50b7
- Parent:
- 4:2e6d9492b76d
- Child:
- 6:8e1795a5886b
--- a/main.cpp Tue Jan 02 12:47:08 2018 +0000 +++ b/main.cpp Tue Jan 02 13:29:00 2018 +0000 @@ -3,12 +3,20 @@ #include "Serial.h" #include "Sampling.h" #include "LCD.h" +#include "SDBlockDevice.h" +#include "FATFileSystem.h" + +//SD Card Object +SDBlockDevice sd(D11, D12, D13, D10); // mosi, miso, sclk, cs +//File pointer for the SD card +FILE* fp; int main() { //Initialise devices WebUISetup(); + //Hardware Self Test //Initilaiase interrupts and times