RF24 v1
Classes | Enumerations
RF24.h File Reference

Class declaration for RF24 and helper enums. More...

#include <RF24_config.h>

Go to the source code of this file.

Classes

class  RF24
 Driver for nRF24L01(+) 2.4GHz Wireless Transceiver. More...

Enumerations

enum  rf24_pa_dbm_e {
  RF24_PA_MIN = 0, RF24_PA_LOW, RF24_PA_HIGH, RF24_PA_MAX,
  RF24_PA_ERROR
}
 Power Amplifier level. More...
enum  rf24_datarate_e { RF24_1MBPS = 0, RF24_2MBPS, RF24_250KBPS }
 Data rate. More...
enum  rf24_crclength_e { RF24_CRC_DISABLED = 0, RF24_CRC_8, RF24_CRC_16 }
 CRC Length. More...

Detailed Description

Class declaration for RF24 and helper enums.


Enumeration Type Documentation

CRC Length.

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

For use with setCRCLength()

Data rate.

How fast data moves through the air.

For use with setDataRate()

Power Amplifier level.

For use with setPALevel()

 All Classes Files Functions Enumerations