-
Notifications
You must be signed in to change notification settings - Fork 221
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
Refactor Dac1
/Dac2
drivers into a single Dac
driver
#1661
Conversation
Indexes start from 0 |
The documentation generated for the PAC says otherwise. I don't know why but |
Ahh just in the |
I'm getting this
Adjusting the INDEX to be zero-based (0,1) makes it work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for taking care of this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and my voltmeter agrees 😄
There were tries earlier to use values equivalent to indices, but it was bad experience. P.S. Enter into |
Opening as draft as this is still completely untested and I don't know if it actually works or not yet. It should in theory.
Closes #1472.