Crate embedded_nrf24l01 [] [src]

nRF24L01+ driver for use with embedded-hal

Modules

setup

Setup parameters for SPI

Structs

NRF24L01

Driver for the nRF24L01+

Payload

Represents a received packet. Stores 32 bytes and the actual length.

RxMode

Represents RX Mode

StandbyMode

Represents Standby-I mode

TxMode

Represents TX Mode and the associated TX Settling and Standby-II states

Enums

CrcMode

Supported CRC modes

DataRate

Supported air data rates.

Constants

MAX_ADDR_BYTES

Maximum address length

MIN_ADDR_BYTES

Minimum address length

PIPES_COUNT

Number of RX pipes with configurable addresses

Traits

Configuration

Configuration methods

Device

Trait that hides all the GPIO/SPI type parameters for use by the operation modes