Commit c9d64fd0 authored by maniacbug's avatar maniacbug

More doc tweaks

parent fcc3dfbe
...@@ -394,7 +394,7 @@ public: ...@@ -394,7 +394,7 @@ public:
* Enter low-power mode * Enter low-power mode
* *
* To return to normal power mode, either write() some data or * To return to normal power mode, either write() some data or
* startListening(). * startListening, or powerUp().
*/ */
void powerDown(void); void powerDown(void);
...@@ -569,7 +569,7 @@ public: ...@@ -569,7 +569,7 @@ public:
/** /**
* Set the transmission data rate * 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 * @param speed RF24_250KBPS for 250kbs, RF24_1MBPS for 1Mbps, or RF24_2MBPS for 2Mbps
* @return true if the change was successful * @return true if the change was successful
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment