Crate embedded_nrf24l01

Source
Expand description

nRF24L01+ driver for use with embedded-hal

Modules§

  • Setup parameters for SPI

Structs§

  • Driver for the nRF24L01+
  • Represents a received packet. Stores 32 bytes and the actual length.
  • Represents RX Mode
  • Represents Standby-I mode
  • Represents TX Mode and the associated TX Settling and Standby-II states

Enums§

Constants§

Traits§

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