Data Gator
Hardware and software documentation for the Data Gator project.
Loading...
Searching...
No Matches
SDReader.hpp File Reference

Defines the utility class SDReader which is used to read from SD card files. More...

#include <SD.h>
#include <vector>
#include <string>
#include "../../include/SDCard.hpp"
#include "SDLogger.hpp"
#include "TimeStamp.hpp"
#include "MQTTMailer.hpp"
Include dependency graph for SDReader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SDReader
 SDReader provides an interface for opening and reading data from files created using the SDLogger library. More...
 

Variables

PubSubClient mqtt_client
 
const bool USB_DEBUG
 USB serial debugging enabled.
 

Detailed Description

Defines the utility class SDReader which is used to read from SD card files.

Author
Garrett Wells
Date
2023

Variable Documentation

◆ USB_DEBUG

const bool USB_DEBUG
extern

USB serial debugging enabled.

Serial debug enable flag, set in config.h