You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the Pico2 example to use the patched RP2350 SVD file from the
rust community and updates to a newer version of swift-mmio with support
for emitted "dimensioned" SVD elements as arrays.
Copy file name to clipboardExpand all lines: pico2-neopixel/README.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,29 @@ An example project demonstrating how to drive a Neopixel RGB LED from an RP2350.
6
6
7
7
## Requirements
8
8
9
-
- SparkFun Pro Micro - RP2350 board. If you have another RP2350 board this example will require modifications.
9
+
- An RP2350 board, such as the "SparkFun Pro Micro - RP2350".
10
+
11
+
## Configuring
12
+
13
+
This example uses the hard coded constant `LED_PIN` in `Application.swift` to select the GPIO pin used to drive the attached Neopixel RGB LED. If you are using the "SparkFun Pro Micro - RP2350" no configuration is necessary, if you are using a different board you will need to adjust this constant to the pin used to drive your LED.
0 commit comments