Activity Forums Questions & Troubleshooting Why does D11 light when I have defined only D9?

  • Why does D11 light when I have defined only D9?

  • bobcov

    Member
    March 13, 2022 at 10:00 am

    <div> pinMode (CONTROLLINO_D9, OUTPUT);</div><div>

    and

    digitalWrite (CONTROLLINO_D9, HIGH);

    delay(100);

    digitalWrite (CONTROLLINO_D9, LOW);

    delay(100);

    makes D11 light, but not D9. Is that a fault?

    Is there a diagnostic sketch somewhere to test everything?

    </div>

Viewing 1 of 1 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now