Skip to content

Commit

Permalink
Fix usb-cdc readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk4815 committed Jan 27, 2025
1 parent cabb50e commit 3cb1e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/raspberrypi/rp2xxx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ examples will eventually be able to run on either chip with no changes due to th
Routes the SYS clock divided by 1000 out to GPIO25.
- [watchdog timer](src/watchdog_timer.zig) on the [Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) or [Pico2](https://www.raspberrypi.com/products/raspberry-pi-pico-2/) boards
Enables a watchdog timer for 1 second, and demonstrates the chip resetting when the watchdog timer elapses
- [usb device](src/usb_cdc.zig) on the [Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) board
- [usb device](src/usb_cdc.zig) on the [Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) or [Pico2](https://www.raspberrypi.com/products/raspberry-pi-pico-2/) boards
A really basic example for a raw USB device. You can use the Python 3 script [`scripts/usb_device_loopback.py`](scripts/usb_device_loopback.py) to test the USB device.

### RP2040 Only
Expand Down

0 comments on commit 3cb1e17

Please sign in to comment.