Activity Forums Questions & Troubleshooting Hardware CONTROLLINO_Dx pins as input

  • CONTROLLINO_Dx pins as input

     Jarda updated 4 years, 1 month ago 2 Members · 2 Posts
  • duccio

    Member
    February 1, 2020 at 12:24 pm

    Hello,

    is it possible to use CONTROLLINO_Dx pins as input?

    Example:

    pinMode(CONTROLLINO_D22, INPUT);

    digitalRead(CONTROLLINO_D22)

    Thanks!

  • Jarda

    Member
    February 17, 2020 at 3:51 pm

    Hello,

    Unfortunately it is not possible to use outputs on screw terminals D0-D23 as inputs.

    But you can use corresponding pins on the pinheader with some limitations. First of all voltage level is 5V only, then you have to configure the processor port properly as input and not as output and you have to count with the fact, that logic HIGH will activate also the corresponding output on the screw terminal.

    For example: D0 on the screw terminal is corresponding with Arduino pin 2 and this pin is located at pinheader X1.

    Best Regards

    Jarda

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now