- edited description
Analog Outputs/Inputs not working for MEGA
Issue #242
resolved
Problem summary
We introduced the enhancement to be able to use the analog ports on the Arduino too.
For the MEGA, at the moment only the first 8 work correctly. The other 8 don’t.
MF Version
7.4
Steps to reproduce
- Configure a output device on Pin 68.
- Add LED to Pin 68.
- Configure an offset to display value on output.
MF should be able to use it like any other output pin.
Actual result
Nothing happens
Linked issues
https://bitbucket.org/mobiflight/mobiflightfc/issues/223/support-analog-pins-for-digital-input-and
Comments (4)
-
reporter -
reporter - changed status to resolved
fixed
#242- Analog pins are now working for A0-A15 using their equivalents (54-69)→ <<cset f8d76626257a>>
-
reporter - changed version to 7.8.4
-
reporter - changed version to 7.9.0
- Log in to comment