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
638b199b
Commit
638b199b
authored
Apr 23, 2015
by
TMRh20
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #103 from Interneedus/patch-1
Update GettingStarted.ino
parents
d9579b3c
6f5e9549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/GettingStarted/GettingStarted.ino
examples/GettingStarted/GettingStarted.ino
+1
-1
No files found.
examples/GettingStarted/GettingStarted.ino
View file @
638b199b
...
@@ -22,7 +22,7 @@ byte addresses[][6] = {"1Node","2Node"};
...
@@ -22,7 +22,7 @@ byte addresses[][6] = {"1Node","2Node"};
bool
role
=
0
;
bool
role
=
0
;
void
setup
()
{
void
setup
()
{
Serial
.
begin
(
576
00
);
Serial
.
begin
(
1152
00
);
Serial
.
println
(
F
(
"RF24/examples/GettingStarted"
));
Serial
.
println
(
F
(
"RF24/examples/GettingStarted"
));
Serial
.
println
(
F
(
"*** PRESS 'T' to begin transmitting to the other node"
));
Serial
.
println
(
F
(
"*** PRESS 'T' to begin transmitting to the other node"
));
...
...
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