TMRh20 ported to MBED

Fork of TMRh20 by BME SmartLab

Embed: (wiki syntax)

« Back to documentation index

RF24.h File Reference

RF24.h File Reference

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

Go to the source code of this file.

Data Structures

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

Enumerations

enum  rf24_pa_dbm_e
 

Power Amplifier level.

More...
enum  rf24_datarate_e
 

Data rate.

More...
enum  rf24_crclength_e
 

CRC Length.

More...

Detailed Description

Class declaration for RF24 and helper enums.

Definition in file RF24.h.


Enumeration Type Documentation

CRC Length.

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

For use with setCRCLength()

Definition at line 40 of file RF24.h.

Data rate.

How fast data moves through the air.

For use with setDataRate()

Definition at line 33 of file RF24.h.

Power Amplifier level.

For use with setPALevel()

Definition at line 26 of file RF24.h.