Naming of pins for ADC, DAC, etc.

Posted on
  • Right now we have pins named D0 ..... D39
    Is there an option in boards file or somewhere else, to have pins named like:
    ADC1 pointing to D36, would be readAnalog(ADC1)
    ...
    ADC4 pointing to D32
    ...
    DAC1 pointing to D25
    ...
    For ESP8266 there is something like that in jswrap_nodemcu.c
    Following this idea in general we could have a class called pins, where pins.ADC1 = D36
    Any other suggestion ?

  • You can also define global variables using JSON in the same way - I think if you look up NaN there's an example.

    That'd probably be the easiest method?

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Naming of pins for ADC, DAC, etc.

Posted by Avatar for JumJum @JumJum

Actions