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

Libraries and Include Files #17

Open
avose opened this issue Dec 28, 2023 · 0 comments
Open

Libraries and Include Files #17

avose opened this issue Dec 28, 2023 · 0 comments

Comments

@avose
Copy link

avose commented Dec 28, 2023

Thanks so much for this wonderful project! I finally have things all built and ready to try out.

I did need to move all the source code files in "lib/" out of their sub-directories and place them into the "src/" directory for the Arduino IDE (v2.2.1 on Ubuntu Linux) to see them. Then I needed to change some #include directives to use quotes instead of angle brackets, and had to fix a couple "helpers.h" includes which need to be "Helpers.h" in Linux due to the filesystem being case sensitive.

It might be worth at least fixing the "helpers.h" / "Helpers.h" issue, and it would be super cool if the directory structure could be fixed somehow so that things work out of the box without having to move the files around.

Anyway, thanks much for the great project!!

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