-
• #2
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?
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?
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 ?