Lab 11 Servo Code
This commit is contained in:
parent
a37409e5e7
commit
0295841fa7
20 changed files with 8354 additions and 0 deletions
24
Lab11/README.md
Normal file
24
Lab11/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Lab 11
|
||||
## Servo Control Dashboard
|
||||
|
||||
### Overview
|
||||
Use the Adafruit dashboard to control a servo motor. The dashboard can be used to push position information to remote IoT nodes.
|
||||
|
||||
Important: **This project uses CircuitPython.** Nuke the Pico to erase any MicroPython installation. Drag and drop the appropriate CircuitPython version to the Pico W or Pico 2W.
|
||||
|
||||
|
||||
---
|
||||
Directories & Files
|
||||
---
|
||||
|
||||
|
||||
CircuitPython: CircuitPython code and documentation. It includes the CircuitPython Versions for the Pico W and Pico 2 W.
|
||||
|
||||
flash_nuke.uf2: Erases all existing firmware on the Pico W.
|
||||
universal_flash_nuke.uf2: Erases all existing firmware on the Pico 2 W.
|
||||
|
||||
|
||||
CircuitPython/code: Working code for the lab. Drag and drop all code and directories to the Pico. CicuitPython provides a removeable disk access to the Pico.
|
||||
|
||||
Documentation: Pin diagrams, web links, and other information.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue