You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • 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 ?

About

Avatar for JumJum @JumJum started