-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missconfiguration on Mega Client definition? #14
Comments
Thank you for your feedback. Regarding the MegaDataClient, I think the comment was wrong. |
Can you try the latest version? Please let me know if something is still wrong. |
Hi, |
hum... here, D0 mean Digital 0, and actual port is PE0, Port E bit 0. So address 0x0e should be correct. let me check again. |
Hi,
tried to make iona work for Mega 2560 and i think there's a missconfiguration on MegaClient:
// Data+: 2 PD2 ( RXDI/INT2 )
// Data-: 3 PD3 ( TXD1/INT3 )
using MegaDataClient = BaseDataClient<0, 1, 0, 1, 0x0e, 0x0e>;
In that setting , Data + seems to be assigned to PD0 and Data - to PD1.
Am I reading it wrong?
Best regards,
Mike
The text was updated successfully, but these errors were encountered: