Expand description
nRF24L01+ driver for use with embedded-hal
Modules§
- setup
- Setup parameters for SPI
Structs§
- NRF24
L01 - Driver for the nRF24L01+
- Payload
- Represents a received packet. Stores 32 bytes and the actual length.
- RxMode
- Represents RX Mode
- Standby
Mode - Represents Standby-I mode
- TxMode
- Represents TX Mode and the associated TX Settling and Standby-II states
Enums§
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