No worries, no LED are being killed here. :-)
I just trying to dim an LED in the console of the the Espruino Web IDE. For what I understand GPIO26 supports DAC. https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/dac.html, correct?
I just did the same on GPIO4 (a PWM output) of an ESP8266 which works as expected.
@Rovale started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
No worries, no LED are being killed here. :-)
I just trying to dim an LED in the console of the the Espruino Web IDE. For what I understand GPIO26 supports DAC. https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/dac.html, correct?
I just did the same on GPIO4 (a PWM output) of an ESP8266 which works as expected.