#include <modm/driver/radio/sx128x_transport.hpp>
|
bool | writeCommandSingleData (Command command, uint8_t *data=nullptr) |
|
bool | writeCommand (Command command, std::span< const uint8_t > data) |
|
bool | readCommand (Command command, std::span< uint8_t > data) |
|
bool | read (uint8_t &data) |
|
bool | read (uint8_t *buffer, std::size_t length) |
|
bool | write (uint8_t data) |
|
bool | write (const uint8_t *data, std::size_t length) |
|
template<class Uart>
class modm::Sx128xTransportUart< Uart >
SX128X UART Transport Layer.
- Template Parameters
-
- Author
- Rasmus Kleist Hørlyck Sørensen
The documentation for this class was generated from the following file: