|
Optimized high speed nRF24L01+ driver class documentation 1.5.0
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
|
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. The units dBm (decibel-milliwatts or dBmW) represents a logarithmic signal loss.
| enum rf24_pa_dbm_e |
| Enumerator | |||||||
|---|---|---|---|---|---|---|---|
| RF24_PA_MIN | (0) represents:
| ||||||
| RF24_PA_LOW | (1) represents:
| ||||||
| RF24_PA_HIGH | (2) represents:
| ||||||
| RF24_PA_MAX | (3) represents:
| ||||||
| RF24_PA_ERROR | (4) This should not be used and remains for backward compatibility. | ||||||