earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.03k stars 421 forks source link

Missing pin definitions #1940

Closed kingfisher09 closed 9 months ago

kingfisher09 commented 9 months ago

Hi,

I'm a complete noob so I think there is a high chance I've misunderstood something. I am trying to use this library with an Arduino Nano rp2040 Connect. This works just fine but when I try to use the RP2040_PWM library I get the error: pinDefinitions.h: No such file or directory 41 | #include "pinDefinitions.h" When trying to compile the examples. The example compiles if I use the Arduino MBED OS package but that does not seem to support the multi threading that I need for my project. That library specifically lists compatibility with both the board and this library. When I went looking through the package files of this library I didn't find a pin definitions file though I did find it in the files for the Arduino package.

Am I missing something obvious that I can do to fix this issue?

Thanks

earlephilhower commented 9 months ago

Sorry, that's not one of our files and never been part of the core. Maybe you need to make it yourself to define pinouts or something? I think you'll need to contact the library's owner (however it looks like the repo was archived so maybe isn't supported anymore). Good luck!

kingfisher09 commented 9 months ago

Hi, thanks for your reply. Yeah I think the problem is probably with the other library but as you say it is archived.

On Tue, 16 Jan 2024, 16:39 Earle F. Philhower, III, < @.***> wrote:

Sorry, that's not one of our files and never been part of the core. Maybe you need to make it yourself to define pinouts or something? I think you'll need to contact the library's owner (however it looks like the repo was archived so maybe isn't supported anymore). Good luck!

— Reply to this email directly, view it on GitHub https://github.com/earlephilhower/arduino-pico/issues/1940#issuecomment-1894109674, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFA7WYQ2NG3S4A7J7I4LLYO2UMDAVCNFSM6AAAAABB4A7MUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJUGEYDSNRXGQ . You are receiving this because you authored the thread.Message ID: @.***>