Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RF24
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
RF24
Commits
fcc3dfbe
Commit
fcc3dfbe
authored
Aug 01, 2011
by
maniacbug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up some doc bugs
parent
18ebe7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
RF24.h
RF24.h
+2
-2
No files found.
RF24.h
View file @
fcc3dfbe
...
...
@@ -518,7 +518,7 @@ public:
* 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
w
hich pipeline to modify
* @param
pipe W
hich pipeline to modify
* @param enable Whether to enable (true) or disable (false) auto-acks
*/
void
setAutoAck
(
uint8_t
pipe
,
bool
enable
)
;
...
...
@@ -552,7 +552,7 @@ public:
* 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
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment