BayEOS-Arduino  1.8.0_0.0.4
Classes | Enumerations
RF24.h File Reference
#include "RF24_config.h"

Go to the source code of this file.

Classes

class  RF24
 

Enumerations

enum  rf24_pa_dbm_e {
  RF24_PA_MIN = 0, RF24_PA_LOW, RF24_PA_HIGH, RF24_PA_MAX,
  RF24_PA_ERROR, RF24_PA_MIN = 0, RF24_PA_LOW, RF24_PA_HIGH,
  RF24_PA_MAX, RF24_PA_ERROR
}
 
enum  rf24_datarate_e {
  RF24_1MBPS = 0, RF24_2MBPS, RF24_250KBPS, RF24_1MBPS = 0,
  RF24_2MBPS, RF24_250KBPS
}
 
enum  rf24_crclength_e {
  RF24_CRC_DISABLED = 0, RF24_CRC_8, RF24_CRC_16, RF24_CRC_DISABLED = 0,
  RF24_CRC_8, RF24_CRC_16
}
 

Detailed Description

Class declaration for RF24 and helper enums

Definition in file RF24.h.

Enumeration Type Documentation

◆ rf24_crclength_e

CRC Length. How big (if any) of a CRC is included.

For use with setCRCLength()

Definition at line 47 of file RF24.h.

◆ rf24_datarate_e

Data rate. How fast data moves through the air.

For use with setDataRate()

Definition at line 40 of file RF24.h.

◆ rf24_pa_dbm_e

Power Amplifier level.

For use with setPALevel()

Definition at line 33 of file RF24.h.