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

Error attempting to flash firmware through CLI #3

Open
dhhagan opened this issue Nov 28, 2016 · 0 comments
Open

Error attempting to flash firmware through CLI #3

dhhagan opened this issue Nov 28, 2016 · 0 comments

Comments

@dhhagan
Copy link

dhhagan commented Nov 28, 2016

When using the hih61xx library through the Particle IDE, it works fine. However, if I copy the .h and .cpp files over and try to flash through the CLI along with the rest of my firmware, it gives me an error with the initiation of the HIH61XX class letting me know that it doesn't like that I'm not sending the MyWire argument.

HIH61XX rht(0x27, D6);

Returns:

no matching function for call to 'HIH61XX::HIH61XX(int, int)'

Any ideas or workarounds?

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