Lab 11 Servo Code
This commit is contained in:
parent
a37409e5e7
commit
0295841fa7
20 changed files with 8354 additions and 0 deletions
7
Lab11/CircuitPython/Code/settings.toml
Executable file
7
Lab11/CircuitPython/Code/settings.toml
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
CIRCUITPY_WIFI_SSID = "cset@stcc"
|
||||
CIRCUITPY_WIFI_PASSWORD = "c1s2e3t4"
|
||||
|
||||
|
||||
# Replace the next two lines with your Adafruit username and key.
|
||||
ADAFRUIT_IO_USERNAME = "csetuser"
|
||||
ADAFRUIT_IO_KEY = "aio_whil751ZM389iWH4GR20r90cTb0R"
|
||||
Loading…
Add table
Add a link
Reference in a new issue