Maniacbug's RF24 arduino library ported to mbed. Tested, it works for Nucleo F411

Dependents:   RF24Network_Send RF24Network_Receive WeatherStation maple_chotobot_rf_motores ... more

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 54 of file RF24.h.

Data rate.

How fast data moves through the air.

For use with setDataRate()

Definition at line 47 of file RF24.h.

Power Amplifier level.

For use with setPALevel()

Definition at line 40 of file RF24.h.