Implementation of a Storage device to interface with an SD card.
More...
#include <RadioStorage.h>
Implementation of a Storage device to interface with an SD card.
◆ RadioStorage()
| RadioStorage::RadioStorage |
( |
| ) |
|
◆ store()
| void RadioStorage::store |
( |
String |
data | ) |
|
|
overridevirtual |
Send data to the radio for transmitting.
- Parameters
-
Implements Storage.
◆ storePacket()
| void RadioStorage::storePacket |
( |
uint8_t * |
packet | ) |
|
|
overridevirtual |
Send data to the radio for transmitting.
- Parameters
-
Reimplemented from Storage.
◆ verify()
| bool RadioStorage::verify |
( |
| ) |
|
|
overridevirtual |
Initialize UART1 (Serial1)
- Returns
- true UART1 bus was successfully initialized
-
false otherwise
Implements Storage.
◆ radio
| SX1276 RadioStorage::radio |
|
private |
Initial value:=
#define RADIO_RESET
Definition PayloadConfig.h:56
#define RADIO_SPI
Radio SPI
Definition PayloadConfig.h:71
#define RADIO_DIO0
Definition PayloadConfig.h:55
#define RADIO_DIO1
Definition PayloadConfig.h:57
#define RADIO_NSS
Radio pinouts.
Definition PayloadConfig.h:54
int attempt_number
Definition Device.h:19
◆ state
The documentation for this class was generated from the following files: