maxgerhardt / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
Apache License 2.0
107 stars 54 forks source link

ADCInput missing?! #24

Closed sreimchen closed 1 year ago

sreimchen commented 1 year ago

Hi Max,

im using this repo with PlatformIO. But anyhow it is missing the ADCInput.h that is found in Earle's core see here: https://github.com/earlephilhower/arduino-pico/tree/master/libraries/ADCInput

I get an include error and didn't find the corresponding header in the core's files: image image

Do you have any idea? Any help is very much appreciated because I'm currently depending on this to work...

sreimchen commented 1 year ago

platform.io: image

sreimchen commented 1 year ago

I guess the fork is not using the latest core? Anyhow, got it fixed by reading another issue here on this repo. Sorry, for taking your time.

Fixed by adding to the platformio.ini: platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git

maxgerhardt commented 1 year ago

Yes, the core reference is not always up to date since I want to make sure it compiles and works file when I update. Will be updated soon after I verify bluetooth examples from SDK 1.5 upgrade work.

sreimchen commented 1 year ago

That makes sense, thank you for your work by the way :)

maxgerhardt commented 1 year ago

Arduino-Pico was updated in 090343e4478f749da5347487ca42c231df75aab3.