-
Notifications
You must be signed in to change notification settings - Fork 791
HXTX DVI CowBell Arduino Examples #3085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thank you! it turns out pico_rp2350 does exist it just hadn't been used yet (or I failed to find it). |
Some or all of this may not be needed. HSTX examples are being updated in the library repo to choose the correct pin config for the device they are on which makes the example more universal and it can be embedded in the guide pages from the library repo I think. I will either close, or make changes and take this back out of draft once I've got a grasp on whether we need any parts of this. |
I'm not sure if
.pico_rp2040.test.only
is the correct file for the rp2350 example. I didn't see any file like.pico_rp2350.test.only
in use anywhere else in this repo so I assumed that might not work.