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
350cafbc
Commit
350cafbc
authored
Feb 18, 2015
by
TMRh20
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75 from prophet-roshak/mraa
Fixed issue with ARDUINO not issuing CS for radio
parents
3d049abf
c0848cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
RF24.cpp
RF24.cpp
+2
-1
No files found.
RF24.cpp
View file @
350cafbc
...
...
@@ -24,8 +24,9 @@ void RF24::csn(bool mode)
_SPI
.
setDataMode
(
SPI_MODE0
);
_SPI
.
setClockDivider
(
SPI_CLOCK_DIV2
);
#endif
#endif
#
el
if defined (RF24_RPi)
#if defined (RF24_RPi)
if
(
!
mode
){
_SPI
.
setBitOrder
(
BCM2835_SPI_BIT_ORDER_MSBFIRST
);
...
...
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