You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
Returns:
no matching function for call to 'HIH61XX::HIH61XX(int, int)'
Any ideas or workarounds?
The text was updated successfully, but these errors were encountered: