• 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
    
About

Avatar for wardy @wardy started