Skip to content

Use correct library name #1

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

Closed

Conversation

ianfixes
Copy link

Although the local library folder is Adafruit_MAX31865 , trying to install a library by that name fails.

I believe the correct name for the library is Adafruit MAX31865

@cherbel
Copy link
Owner

cherbel commented Nov 14, 2020

@ianfixes Thanks for the suggestion, it turns out that when I install a local copy of Adafruit_Max38165 it is able to find and use my local library. The issue is that when I install Adafruit BusIO using the arduino-ci.yml it shows as being installed, but the header files are not found. When I switch to Adafruit_BusIO then it finds my local library and everything works properly. Which means I have a fix for TankControllerLib, but I think there's still an issue with how arduino_ci installs libraries.

@ianfixes
Copy link
Author

Aah, it wasn't immediately clear that you were pulling down 4 libraries from github (vs the "official" ones via the library manager).

@ianfixes ianfixes closed this Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants