Components/Storage/src/include/Storage/Debug.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Print.h>
4 #include "Partition.h"
5 
6 namespace Storage
7 {
8 namespace Debug
9 {
10 void listPartitions(Print& out);
11 void listPartitions(Print& out, const Device& device);
12 void listDevices(Print& out, bool fullPartitionInfo = true);
13 
14 } // namespace Debug
15 } // namespace Storage
Provides formatted output to stream.
Definition: Print.h:37
Represents a storage device (e.g. flash memory)
Definition: Components/Storage/src/include/Storage/Device.h:34
void listPartitions(Print &out)
void listDevices(Print &out, bool fullPartitionInfo=true)
Definition: FileDevice.h:26