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::Debug
7 {
8 void listPartitions(Print& out);
9 void listPartitions(Print& out, const Device& device);
10 void listDevices(Print& out, bool fullPartitionInfo = true);
11 
12 } // namespace Storage::Debug
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
Definition: Components/Storage/src/include/Storage/Debug.h:7
void listPartitions(Print &out)
void listDevices(Print &out, bool fullPartitionInfo=true)