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
63ee0ce2
Commit
63ee0ce2
authored
Mar 19, 2014
by
TMRh20
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected part of the documentation
parent
14187cd1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
RF24.h
RF24.h
+3
-3
No files found.
RF24.h
View file @
63ee0ce2
...
...
@@ -308,7 +308,7 @@ public:
* getPayloadSize(). However, you can write less, and the remainder
* will just be filled with zeroes.
*
*
TX/RX/RT interrupt flags will be cleared every time write
is called
*
ONLY max retry interrupt flags will be cleared when writeFast
is called
*
* @param buf Pointer to the data to be sent
* @param len Number of bytes to be sent
...
...
@@ -335,7 +335,7 @@ public:
* getPayloadSize(). However, you can write less, and the remainder
* will just be filled with zeroes.
*
*
TX/RX/RT interrupt flags will be cleared every time write
is called
*
ONLY max retry interrupt flags will be cleared when writeBlocking
is called
*
* @param buf Pointer to the data to be sent
* @param len Number of bytes to be sent
...
...
@@ -899,7 +899,7 @@ public:
* @section News News
*
* March 2014: Fork currently being optimized for high speed and more responsive data transfers
*
*
If issues are discovered with the documentation, please report them here: <a href="https://github.com/TMRh20/tmrh20.github.io/issues"> here</a>
* @section Useful Useful References
*
* Please refer to:
...
...
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