Crate radio_sx127x

Source
Expand description

Sx127x Rust Radio Driver

This library implements a driver for the Semtec Sx127x series of sub-GHz ISM band Radio ICs.

For use with embedded-hal implementations.

Modules§

base
Basic HAL functions for communicating with the radio device
device
SX127x general device definitions
fsk
TODO: Sx127x FSK/OOK mode RF implementation
lora
Sx127x LoRa mode RF implementation
prelude
Common requirements for crate consumers

Structs§

Settings
Sx127x
Sx127x device object

Enums§

Error
Sx127x error type
Mode
Sx127x operating mode enumeration

Constants§

SPI_MODE
Sx127x Spi operating mode (MODE: 0, CPOL: 0, CPHA: 0)

Type Aliases§

Sx127xSpi