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

DIO2.h needs to be installed manually #11

Open
akaeba opened this issue Sep 18, 2021 · 1 comment
Open

DIO2.h needs to be installed manually #11

akaeba opened this issue Sep 18, 2021 · 1 comment

Comments

@akaeba
Copy link

akaeba commented Sep 18, 2021

Hi Neil,

if i use Arduino 1.8.16 then is the Lib DIO2.h not autoamtically resolved. I need to install manually via Library Manager. Is there an way in Arduino to add this Lib as item to be automatic resolved?

Thanks in advance and for distributing such a nice Project!

Best Regards
Andreas

@Neil-McK
Copy link
Collaborator

Neil-McK commented Mar 9, 2023

Hi Andreas,

Unfortunately the Arduino IDE doesn't allow automatic installation of missing libraries. However, you might want to take a look at the PlatformIO IDE - it is much more functional and informative than the Arduino IDE and it uses the file platformio.ini which contains library references and board types; so everything needed is installed automatically when needed. You don't need to look at Boards Manager or Library Manager, it's done for you. https://platformio.org/

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

2 participants