Commit 2536bd8d authored by charlotte.kerr's avatar charlotte.kerr

Update 0._PIR_Sensor_-_Backbone.ino

parent d8730273
......@@ -6,8 +6,8 @@ int sensor = 2; // Establishes the PIR motion sensor to use Pin 2
int led = 13; // Establishes the LED light to use Pin 13
int motion = 0; // Variable to be used as a status code: 0 indicates no motion, 1 indicates motion
const char ssid[] = "SKYHHQZG"; // WiFi set-up variables (change if relocating)
const char password[] = "puAwnu3f33e7";
const char ssid[] = "********"; // WiFi set-up variables (change if relocating)
const char password[] = "********";
const unsigned long channel_id = 2010206; // Establishes the correct credentials for the ThingSpeak Channel
const char write_api_key[] = "VE3UTMCYSQAIY2AQ";
......
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