Commit 6c1a2238 authored by charlotte.kerr's avatar charlotte.kerr

Replace Motion_Detection_System_-_Source_Code.ino

parent 2a82b226
...@@ -67,10 +67,4 @@ void loop(){ ...@@ -67,10 +67,4 @@ void loop(){
delay(5000); // Sets a delay of 5 seconds before the next motion can be identified 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment