Example of Mbed filesystem using HeapBlockDevice
Dependents: TemperatureButtonFile AccelleratorRead
Diff: main.cpp
- Revision:
- 1:2bfc377bcc2a
- Parent:
- 0:8e251d9511b8
- Child:
- 10:38d6b74b0eb7
--- a/main.cpp Wed Dec 13 16:20:24 2017 +0000 +++ b/main.cpp Fri Dec 15 11:15:18 2017 +0000 @@ -19,6 +19,7 @@ // Block devices #include "SPIFBlockDevice.h" +#include "DataFlashBlockDevice.h" #include "SDBlockDevice.h" #include "HeapBlockDevice.h"