Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
Internet of Things Assessment Repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
charlotte.kerr
Internet of Things Assessment Repository
Commits
6c1a2238
Commit
6c1a2238
authored
Jan 23, 2023
by
charlotte.kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace Motion_Detection_System_-_Source_Code.ino
parent
2a82b226
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Motion_Detection_System_-_Source_Code.ino
...IDE Source Code/Motion_Detection_System_-_Source_Code.ino
+0
-6
No files found.
Arduino IDE Source Code/Motion_Detection_System_-_Source_Code.ino
View file @
6c1a2238
...
...
@@ -67,10 +67,4 @@ void loop(){
delay
(
5000
);
// Sets a delay of 5 seconds before the next motion can be identified
}
//motion = 0; // Returns the value to its default state so that it can be re-triggered
//ThingSpeak.setField(1, String(motion));
//ThingSpeak.writeFields(channel_id, write_api_key); // Uploads the 0 motion status to ThingSpeak to return it to its default state
//delay(3000); // Sets a delay before the sensor can be re-triggered
}
\ No newline at end of file
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