Skip to content

Move functions into its own header file. #2

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
wants to merge 2 commits into from

Conversation

dirkx
Copy link

@dirkx dirkx commented Nov 23, 2018

Separate out the functions; as on the ESP32 compiler we otherwise get symbol clashes when it gets used in multiple segments or from multiple libraries.

… symbol clashes when it gets used in multiple segments or from multiple libraries.
… symbol clashes when it gets used in multiple segments or from multiple libraries.
@Densaugeo
Copy link
Owner

This commit doesn't appear to build...

In the past I've a fair number of issues getting libraries to work on arduinos. I'm not that familiar with embedded C, but I have been advised many times that header-only libraries are simpler to build, and that's been my experience.

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