Maintenance notice: These forum archives are read-only, and will be removed shortly. Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

idreamincode

About

Username
idreamincode
Joined
Visits
0
Last Active
Roles
Member

Comments

  • I figured it out. Pin PC7 actually maps to input 23. Pinmap is from this site:http://www.hobbytronics.co.uk/atmega644-arduino
  • 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(a5Externa…
  • 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.