Skip to content

Commit

Permalink
More doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Aug 1, 2011
1 parent fcc3dfb commit c9d64fd
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 @@ -394,7 +394,7 @@ class RF24
* Enter low-power mode
*
* To return to normal power mode, either write() some data or
* startListening().
* startListening, or powerUp().
*/
void powerDown(void);

Expand Down Expand Up @@ -569,7 +569,7 @@ class RF24
/**
* Set the transmission data rate
*
* @warning setting RF24_250KBPS will fail for non-P units
* @warning setting RF24_250KBPS will fail for non-plus units
*
* @param speed RF24_250KBPS for 250kbs, RF24_1MBPS for 1Mbps, or RF24_2MBPS for 2Mbps
* @return true if the change was successful
Expand Down

0 comments on commit c9d64fd

Please sign in to comment.