35 SUBSYSTEM_NAME(
"SDLogger")
37 int8_t setup() override;
41 bool setup_complete = false;
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
Definition: Subsystem.h:30