#include <Arduino.h>
#include <stdint.h>
#include <vector>
#include "roo_io/fs/filesystem.h"
Go to the source code of this file.
|
| constexpr char | roo_monitoring::toHexDigit (int d) |
| | Converts a 0-15 value to an uppercase hex digit.
|
| |
| String | roo_monitoring::subdir (String base, const String &sub) |
| | Returns a path formed by joining the base directory and subdirectory.
|
| |
| String | roo_monitoring::filepath (String dir, int64_t file) |
| | Returns a file path for the given directory and timestamp-like value.
|
| |
| std::vector< int64_t > | roo_monitoring::listFiles (roo_io::Mount &fs, const char *dirname) |
| | Lists timestamp-named files in the directory and returns their timestamps.
|
| |