Implementation of a Storage device to interface with an SD card.
More...
#include <SDStorage.h>
Implementation of a Storage device to interface with an SD card.
◆ SDStorage()
◆ store()
void SDStorage::store |
( |
String |
data | ) |
|
|
overridevirtual |
Store data on the SD card, ending with newline.
- Parameters
-
Implements Storage.
◆ storePacket()
void SDStorage::storePacket |
( |
uint8_t * |
packet | ) |
|
|
overridevirtual |
Store data on the SD card.
- Parameters
-
packet | Pointer to packet bytes |
Reimplemented from Storage.
◆ verify()
bool SDStorage::verify |
( |
| ) |
|
|
overridevirtual |
Verify SD card connection and create a new, unique file.
- Returns
- true if SD card is connected and file is successfully created
-
false otherwise
Implements Storage.
◆ file_name
String SDStorage::file_name |
|
private |
◆ sd_spi_1
SPIClassRP2040 SDStorage::sd_spi_1 |
|
private |
Initial value:
#define SD_CS_PIN
SD Card SPI CS Pin.
Definition PayloadConfig.h:62
#define SPI1_MOSI_PIN
SPI1 MOSI Pin.
Definition PayloadConfig.h:75
#define SPI1_SCK_PIN
SPI1 SCK Pin.
Definition PayloadConfig.h:73
#define SPI1_MISO_PIN
SPI1 MISO Pin.
Definition PayloadConfig.h:71
int attempt_number
Definition Device.h:19
The documentation for this class was generated from the following files: