• It seems that digitalPulse() will give errors on subsequent attempts to call it. It works normally the first time only.

    digitalPulse(C7,0.1);
    =undefined

    digitalPulse(C7,0.1);
    INTERNAL ERROR: Timeout on Utility Timer
    =undefined

    Happens in both v50 and the v51 github version.

About

Avatar for DrAzzy @DrAzzy started