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

Enumerations

enum  rf24_crclength_e { RF24_CRC_DISABLED = 0 , RF24_CRC_8 , RF24_CRC_16 }
 

Detailed Description

The length of a CRC checksum that is used (if any). Cyclical Redundancy Checking (CRC) is commonly used to ensure data integrity.

See also

Enumeration Type Documentation

◆ rf24_crclength_e

Enumerator
RF24_CRC_DISABLED 

(0) represents no CRC checksum is used

RF24_CRC_8 

(1) represents CRC 8 bit checksum is used

RF24_CRC_16 

(2) represents CRC 16 bit checksum is used

Definition at line 101 of file RF24.h.