Skip to content

Commit

Permalink
Fix up some doc bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Aug 1, 2011
1 parent 18ebe7a commit fcc3dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class RF24
* AA is enabled by default, so it's only needed if you want to turn
* it off/on for some reason on a per pipeline basis.
*
* @param which pipeline to modify
* @param pipe Which pipeline to modify
* @param enable Whether to enable (true) or disable (false) auto-acks
*/
void setAutoAck( uint8_t pipe, bool enable ) ;
Expand Down Expand Up @@ -552,7 +552,7 @@ class RF24
* they translate to: RF24_PA_MIN=-18dBm, RF24_PA_LOW=-12dBm,
* RF24_PA_MED=-6dBM, and RF24_PA_HIGH=0dBm.
*
* @param Desired PA level.
* @param level Desired PA level.
*/
void setPALevel( rf24_pa_dbm_e level ) ;

Expand Down

0 comments on commit fcc3dfb

Please sign in to comment.