We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i can not get any communication with the Mega board. is this because of the mega having dedicated communication pins?
The text was updated successfully, but these errors were encountered:
Probably, because currently the pins are hard coded to 4 and 5 (default Wire object) (see issue #21).
Sorry, something went wrong.
By creating and then passing in a wire object I was able to communicate with a Mega 2560. Wire.begin(); mcp.begin(address, &Wire);
Closing. Looks nominally resolved. And #63 will also help with this.
No branches or pull requests
i can not get any communication with the Mega board. is this because of the mega having dedicated communication pins?
The text was updated successfully, but these errors were encountered: