Added code for Lab 9
This commit is contained in:
parent
4c5757b3cc
commit
5f40f4c866
24 changed files with 796 additions and 0 deletions
6
Lab09/MicroPython/Code/secrets.py
Normal file
6
Lab09/MicroPython/Code/secrets.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
secrets = {
|
||||
'location': 'Stcc',
|
||||
'ssid': 'cset@stcc',
|
||||
'password': 'c1s2e3t4',
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue