idreamincode

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Spare Inputs on Clock? #21478
    idreamincode
    Participant

    I figured it out. Pin PC7 actually maps to input 23.

    Pinmap is from this site:
    in reply to: Spare Inputs on Clock? #21477
    idreamincode
    Participant

    I’m looking to use PC5, input #27 (according to the PDF file). When I code in this:


    int a5ExternalInputPC5 = 27; // external inputs

    setup{
      pinMode(a5ExternalInputPC5, INPUT);           // set pin to input
    }
    loop{
    externalInPC5 = digitalRead(a5ExternalInputPC5);   // read the input pin

          if(externalInPC5 == 1){
            Serial.println(“External PC5 Pressed”);
          }

    }

    It is showing as constantly being pressed. I don’t have anything connected to any of the PC5 or other extra ports.  Can you point me in the right direction?  Thanks.
    in reply to: Spare Inputs on Clock? #21476
    idreamincode
    Participant

    Yes! That is exactly what I’m looking for, the Alpha Clock Five. Sorry if I posted this in the wrong forum.

    Looking forward to getting my hands on one of these. Very exciting.
Viewing 3 posts - 1 through 3 (of 3 total)