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
d37d0304
Commit
d37d0304
authored
Dec 29, 2015
by
TMRh20
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One more per #183
parent
9e68f9e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
RF24.cpp
RF24.cpp
+1
-1
No files found.
RF24.cpp
View file @
d37d0304
...
...
@@ -434,7 +434,7 @@ RF24::RF24(uint8_t _cepin, uint8_t _cspin, uint32_t _spi_speed):
void
RF24
::
setChannel
(
uint8_t
channel
)
{
const
uint8_t
max_channel
=
12
7
;
const
uint8_t
max_channel
=
12
5
;
write_register
(
RF_CH
,
rf24_min
(
channel
,
max_channel
));
}
...
...
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