This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

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.