Skip to content
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

Support boards with only SPI or Wire (I2C) #92

Open
caternuson opened this issue Nov 29, 2022 · 0 comments
Open

Support boards with only SPI or Wire (I2C) #92

caternuson opened this issue Nov 29, 2022 · 0 comments

Comments

@caternuson
Copy link
Contributor

This library currently requires both SPI and Wire to be present for any target board. This can cause build failures for targets that only have one or the other. Ex:

adafruit/Adafruit_LiquidCrystal#15
adafruit/Adafruit_Learning_System_Guides#2340

Need to add some preproc or other logic to protect against this and allow these type of targets to be used.

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

No branches or pull requests

1 participant