-
Notifications
You must be signed in to change notification settings - Fork 120
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
Moved to actions, no doxygen #55
base: master
Are you sure you want to change the base?
Conversation
@ladyada Same here. Should I include the dependencies only used in examples in library.properties? |
yeah - some folks complain but for the vast majority its helpful! |
@ladyada Also, should I not test the esp32 and nrf52 on this library? The esp32 is missing softwareserial and the nrf52 is just failing because some stuff is being redefined |
I’d suggest building for SAMD only. Maybe even just specific boards…Circuit Playground Express and try Metro M0 or something? The mentions of Serial1 and Wire1 imply post-AVR boards, and the PLL stuff is very device specific. |
No description provided.