Update WEEK11

This commit is contained in:
Kevin Thomas
2026-06-30 07:36:02 -04:00
parent b631c8490f
commit 6a6cf74496
8 changed files with 225 additions and 155 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Week 9: Operators in Embedded Systems: Debugging and Hacking Operators w/ DHT11 Temperature & Humidity Sensor Single-Wire Protocol Basics.
# Week 9: Operators in Embedded Systems: Debugging and Hacking Operators w/ DHT11 Temperature & Humidity Sensor Single-Wire Protocol Basics.
## What You'll Learn This Week
@@ -491,8 +491,8 @@ Humidity: 51.0%, Temperature: 23.8 deg C
Open a terminal and start OpenOCD:
```cmd
openocd -s "%USERPROFILE%\.pico-sdk\openocd\0.12.0+dev\scripts" -f interface/cmsis-dap.cfg -f target/rp2350.cfg -c "adapter speed 5000"
```powershell
openocd -s "$env:USERPROFILE\.pico-sdk\openocd\0.12.0+dev\scripts" -f interface/cmsis-dap.cfg -f target/rp2350.cfg -c "adapter speed 5000"
```
You should see output indicating OpenOCD connected successfully to your Pico 2 via the Debug Probe.