-
Notifications
You must be signed in to change notification settings - Fork 515
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
Extended Configuration Proposal #39
Comments
The first of these 3 applies to any board. The 2nd two are Arduino Due-specific for now, but will likely apply to additional boards in the near future. |
That was me writing up this proposal. See my pull-request #40. Since the boards support different sets of values I used ifdefs in the code to enable the features that actually work. Not having the board I didn't have a chance to test the DUE stuff though... |
I've submitted a new pull request for this. However it's not as straight forward as I initially anticipated due to differences in how AVR and SAM boards handle these methods. |
How do i use them with python and pyfirmata to change analog reference to external and pass the reference voltage to analog read ? Any code snippets would be great. |
Copying this over from firmata.org.
Extended Configuration Proposal
for special configuration not covered in pinmode-specific messages
The text was updated successfully, but these errors were encountered: