What resources are being used to support the out of the box pico w #1350
microwinie
started this conversation in
General
Replies: 2 comments 2 replies
-
As long as the pins you choose are legal for the HW and they don't overlap other peripherals, everything can be used at the same time. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I just found your email and wanted to say 'thank you' for your reply to my post.
Btw, I made good progress with the pico/arduino SPI project. The issue I had/have is that I've not seen a list of what resources are in use out of the box in terms of interfaces and pins. Looking at the pico_w header file, I made (I hope) a decemt wag to use SPI1 and some GPIO pins AND both the wifi and usb serial lines still work :-)
I enjoy the ide, it's elegant for what it does and ease of use.
Thanks again.
…________________________________
From: Earle F. Philhower, III ***@***.***>
Sent: Monday, April 3, 2023 4:41 PM
To: earlephilhower/arduino-pico ***@***.***>
Cc: Robert Perry ***@***.***>; Author ***@***.***>
Subject: Re: [earlephilhower/arduino-pico] What resources are being used to support the out of the box pico w (Discussion #1350)
As long as the pins you choose are legal for the HW and they don't overlap other peripherals, everything can be used at the same time.
—
Reply to this email directly, view it on GitHub<#1350 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4QWGQ232QIFHSWELTRAFVTW7MYZDANCNFSM6AAAAAAWQPTONM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
btw, I find it slightly odd that all of the interfaces have set() functions for which pins to use however there is no get() function -perhaps git() could be a sanity check warning before mucking w/ any pins.
Beta Was this translation helpful? Give feedback.
All reactions