Added corrected Lab11 directory and code

This commit is contained in:
Edward Bigos 2026-04-18 19:26:50 -04:00
commit 3d2736ac57
48 changed files with 8548 additions and 1 deletions

24
Lab11/README.md Normal file
View 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.