5#ifndef MRAS_GROUNDSDLOGGER_H
6#define MRAS_GROUNDSDLOGGER_H
10#include "system_messages/RadioStatusMsg.h"
18 int8_t loop()
override;
22 uint32_t last_log_entry = millis();
30 struct GroundDataLogPayload {
Definition: GroundSDLogger.h:15
General SD logger class, used by both the ground and rocket SD loggers. This class is not intended to...
Definition: SDLogger.h:21
SDLogger(uint8_t id, uint8_t sdPin)
Construct a new SDLogger object.
Definition: SDLogger.h:29
A base class for all system messages.
Definition: SystemMessage.h:32
Definition: RadioStatusMsg.h:11