#include <modm/driver/radio/sx128x_transport.hpp>
template<class SpiMaster, class Cs>
class modm::Sx128xTransportSpi< SpiMaster, Cs >
SX128X SPI Transport Layer.
- Template Parameters
-
- Author
- Rasmus Kleist Hørlyck Sørensen
Run the resumable function.
You need to implement this method in you subclass yourself.
- Returns
- >
NestingError
if still running, <=NestingError
if it has finished.
- Returns
- the nesting depth in the current resumable function, or -1 if called outside any resumable function
- Returns
true
if a resumable function is running at the current nesting level, else false
The documentation for this class was generated from the following file: