Optimized high speed nRF24L01+ driver class documentation v1.4.8
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
Loading...
Searching...
No Matches
Enumerations
datarate

Enumerations

enum  rf24_datarate_e { RF24_1MBPS = 0 , RF24_2MBPS , RF24_250KBPS }
 

Detailed Description

How fast data moves through the air. Units are in bits per second (bps).

See also

Enumeration Type Documentation

◆ rf24_datarate_e

Enumerator
RF24_1MBPS 

(0) represents 1 Mbps

RF24_2MBPS 

(1) represents 2 Mbps

RF24_250KBPS 

(2) represents 250 kbps

Definition at line 80 of file RF24.h.