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

Maqueen Plus V2.1 has some changes from V2.0 #9

Open
jdonwells opened this issue Dec 18, 2023 · 0 comments
Open

Maqueen Plus V2.1 has some changes from V2.0 #9

jdonwells opened this issue Dec 18, 2023 · 0 comments

Comments

@jdonwells
Copy link

The ADC addresses are reversed.

    const ADC0_REGISTER = 0X1E;
    const ADC1_REGISTER = 0X20;
    const ADC2_REGISTER = 0X22;
    const ADC3_REGISTER = 0X24;
    const ADC4_REGISTER = 0X26;

So instead of R2 having an address of 0x1E it will be at 0x26 instead.
Do we need a new repository? Can we look at the version when we init and change them accordingly?

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