Hey everyone,
does analogWrite(PIN, 0.5) use less power than digitalWrite(PIN, 1)?
I'm making a power-critical project and I would like to know if analogWriting an LED half-brightness uses less energy than digitalWriting it to full 1.
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.
Hey everyone,
does analogWrite(PIN, 0.5) use less power than digitalWrite(PIN, 1)?
I'm making a power-critical project and I would like to know if analogWriting an LED half-brightness uses less energy than digitalWriting it to full 1.
Thanks!