Open RTS
Full implementation of the Somfy RTS protocol
|
Abstraction layer which configures radio modules for RTS. More...
#include <rts_radio.h>
Inherited by RTSRadio [protected]
.
Related Symbols | |
(Note that these are not member symbols.) | |
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.