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
AgriTech
self care plant
Commits
05dbe097
Commit
05dbe097
authored
Jul 14, 2019
by
A. Sowjanya Shanthi
Browse files
Update relay.ino
parent
58550ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
relay.ino
View file @
05dbe097
...
...
@@ -10,8 +10,8 @@ void loop()
{
digitalWrite
(
relayInput
,
HIGH
);
Serial
.
print
(
"MOTOR ON"
);
delay
(
10
00
);
delay
(
5
00
);
digitalWrite
(
relayInput
,
LOW
);
Serial
.
print
(
"MOTOR OFF"
);
delay
(
10
00
);
delay
(
5
00
);
]
\ No newline at end of file
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