Added Lab 10
This commit is contained in:
parent
5f40f4c866
commit
b0d1253215
18 changed files with 885 additions and 0 deletions
26
Lab10/MicroPython/Code/secrets.py
Normal file
26
Lab10/MicroPython/Code/secrets.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
secrets = {
|
||||
'location': 'Stcc',
|
||||
'ssid': 'cset@stcc',
|
||||
'password': 'c1s2e3t4',
|
||||
}
|
||||
|
||||
WIFI_SSID = "cset@stcc"
|
||||
WIFI_PASSWORD = "c1s2e3t4"
|
||||
|
||||
#AIO_USERNAME = "your_adafruit_username"
|
||||
#AIO_KEY = "your_adafruit_key"
|
||||
|
||||
# The following data is INVALID and made up. Go to your Adafruit
|
||||
# dashboard, open the key icon, then replace the information with
|
||||
# your own username and key.
|
||||
|
||||
AIO_USERNAME = "csetuser"
|
||||
AIO_KEY = "aio_qzZV9854jSpSpBSvKPNaNwP9hDaj"
|
||||
|
||||
# Be sure to create the following feeds on io.adafruit.com:
|
||||
# humidity
|
||||
# temperature
|
||||
# led
|
||||
# temperaturesetting
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue