Skip to content

Commit

Permalink
Add pa levels to docs
Browse files Browse the repository at this point in the history
- Adjust setPALevel docs
  • Loading branch information
TMRh20 committed Sep 26, 2023
1 parent 3bb368f commit 1b09063
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/nrf_to_nrf.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,12 @@ class nrf_to_nrf
bool setDataRate(uint8_t speed);

/**
* Same as NRF24
* Same as NRF24 except there is no LNA and the PA levels are as follows:
*
* (0) represents -12dBm
* (1) represents 2dBm
* (2) represents 6dBm
* (3) represents 8dBm
*/
void setPALevel(uint8_t level, bool lnaEnable = true);

Expand Down

0 comments on commit 1b09063

Please sign in to comment.