Open RTS
Full implementation of the Somfy RTS protocol
|
Abstraction layer which configures radio modules for RTS. More...
#include <RTSRadio.hpp>
Inherits rts_radio.
Inherited by RTSRadio_RFM69, and RTSRadio_SX1278.
Public Member Functions | |
void | setMode (enum rts_radio_mode mode) |
Set the radio mode for this module, eg. | |
Additional Inherited Members | |
Related Symbols inherited from rts_radio | |
struct rfm69 * | rts_radio_init_rfm69 (struct rts_radio *radio, struct spi_module *spi) |
Initialize an rts_radio to use an SX1231/RFM69 radio module. | |
struct sx1278 * | rts_radio_init_sx1278 (struct rts_radio *radio, struct spi_module *spi) |
Initialize an rts_radio to use an SX1278/RFM96 radio module. | |
void | rts_radio_set_mode (struct rts_radio *radio, enum rts_radio_mode mode) |
Set the radio mode for the specified rts_radio module, eg. | |
Abstraction layer which configures radio modules for RTS.
|
inline |
Set the radio mode for this module, eg.
standby, receive, or transmit.
mode | the rts_radio_mode to enter |