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
77a798b1
Commit
77a798b1
authored
Jul 31, 2011
by
maniacbug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed test to use new 250kbps mode
parent
cd3b0b3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
tests/pingpair_test/pingpair_test.pde
tests/pingpair_test/pingpair_test.pde
+1
-1
tests/pingpair_test/runtests.sh
tests/pingpair_test/runtests.sh
+1
-0
No files found.
tests/pingpair_test/pingpair_test.pde
View file @
77a798b1
...
...
@@ -173,7 +173,7 @@ void setup(void)
if
(
configuration
==
'2'
)
{
radio
.
setCRCLength
(
RF24_CRC_8
);
radio
.
setDataRate
(
RF24_2
M
BPS
);
radio
.
setDataRate
(
RF24_2
50K
BPS
);
radio
.
setChannel
(
10
);
}
else
...
...
tests/pingpair_test/runtests.sh
View file @
77a798b1
#!/bin/sh
# Connect p6 to receiver, p4 to sender
# WARNING: Test config 2 only works with PLUS units.
jam p4 p6
||
exit
1
./runtest.py /dev/tty.usbserial-A600eHIs 3 &
...
...
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