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.
◆ last_transmission_time
| uint32_t RadioStorage::last_transmission_time |
|
private |
◆ radio
| SX1276 RadioStorage::radio |
|
private |
Initial value:=
#define RADIO_RESET
Definition PayloadConfig.h:67
#define RADIO_SPI
Radio SPI
Definition PayloadConfig.h:84
#define RADIO_DIO0
Definition PayloadConfig.h:66
#define RADIO_DIO1
Definition PayloadConfig.h:68
#define RADIO_NSS
Radio pinouts.
Definition PayloadConfig.h:65
int attempt_number
Definition Device.h:19
◆ state
The documentation for this class was generated from the following files: