Question about Firmata + Arduino and Madmapper

I am using an Arduino Mega 2560 and i want to be able to use digital and analog inputs in Madmapper. I tried using the Firmata exemple given on Arduino but i can't use both digital and analog inputs in the same code. I am trying to use the Firmata exemple AllInputsFirmata and StandardFirmata because StandardFirmata detect all analogue inputs but not digital inputs and AllInputsFirmata detect digital inputs correctly but not analog inputs. Is it possible to be able to use digital and analogue input or is there a way to convert analog to digital in the same Firmata code? Thanks in advance.

Can't You use both? Call one first and the other after that?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.