Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Erik Strand
strandstring
Commits
c209db8d
Commit
c209db8d
authored
May 13, 2019
by
Erik Strand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Take a sample only every 10 seconds
parent
f10862a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
strandstring/strandstring.pde
strandstring/strandstring.pde
+2
-0
No files found.
strandstring/strandstring.pde
View file @
c209db8d
...
...
@@ -185,8 +185,10 @@ void loop(void) {
for
(
unsigned
i
=
0
;
i
<
n_nodes
;
++
i
)
{
measurements
[
i
]
=
0
;
}
// Wait five seconds
delay
(
200
);
PORTB
&=
~
led_pin
;
delay
(
4800
);
return
;
}
...
...
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