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
Arduino boards allow the use of analog pins as digital. Can the firmata use analog pins as digital? How to configure it?
The text was updated successfully, but these errors were encountered:
Hi Plazmin,
Yes, it depends on the boards... but you can use the "digital number" of the pin.
For example, in an "UNO", A0 is digital 14. Then, you can use that pin using that digital numeration.
Joan
Sorry, something went wrong.
I'm not sure if the firmata works like that. I don't want to burn the port in arduino so i want 100% confirmation.
https://www.arduino.cc/en/Reference/AnalogPins
No branches or pull requests
Arduino boards allow the use of analog pins as digital. Can the firmata use analog pins as digital? How to configure it?
The text was updated successfully, but these errors were encountered: