Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HealthTech
Throb Alert
Commits
fd0a165f
Commit
fd0a165f
authored
Jul 21, 2019
by
PENUMARTHY VYBHAVI
Browse files
Update pulse.ino
parent
d830aaf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pulse.ino
View file @
fd0a165f
...
@@ -5,7 +5,7 @@ void setup() {
...
@@ -5,7 +5,7 @@ void setup() {
}
}
void
loop
()
{
void
loop
()
{
// put your main code he
re, to run repeatedly:
// put your main code he
int
pulseValue
=
0
;
int
pulseValue
=
0
;
pulseValue
=
analogRead
(
sensorPin
);
pulseValue
=
analogRead
(
sensorPin
);
Serial
.
println
(
pulseValue
);
Serial
.
println
(
pulseValue
);
...
...
Write
Preview
Supports
Markdown
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