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
2536bd8d
Commit
2536bd8d
authored
Jan 23, 2023
by
charlotte.kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 0._PIR_Sensor_-_Backbone.ino
parent
d8730273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
0._PIR_Sensor_-_Backbone.ino
Arduino IDE Source Code/0._PIR_Sensor_-_Backbone.ino
+2
-2
No files found.
Arduino IDE Source Code/0._PIR_Sensor_-_Backbone.ino
View file @
2536bd8d
...
@@ -6,8 +6,8 @@ int sensor = 2; // Establishes the PIR motion sensor to use Pin 2
...
@@ -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
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
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
ssid
[]
=
"
********
"
;
// WiFi set-up variables (change if relocating)
const
char
password
[]
=
"
puAwnu3f33e7
"
;
const
char
password
[]
=
"
********
"
;
const
unsigned
long
channel_id
=
2010206
;
// Establishes the correct credentials for the ThingSpeak Channel
const
unsigned
long
channel_id
=
2010206
;
// Establishes the correct credentials for the ThingSpeak Channel
const
char
write_api_key
[]
=
"VE3UTMCYSQAIY2AQ"
;
const
char
write_api_key
[]
=
"VE3UTMCYSQAIY2AQ"
;
...
...
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