Would I be right in assuming the analogWrite should be effecting the power pin on the module I pictured?
// Start the 38kHz square wave analogWrite(A5,0.9,{freq:38000}); // Send the pulses digitalPulse(A6, 1, times); // Wait until pulsing is finished
@wardy 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.
Would I be right in assuming the analogWrite should be effecting the power pin on the module I pictured?