ATMega32 digitalRead and write trouble

// I have one single switch that I move and test each pin separatelu

// This is the output when I have nothing connected; I'm expectig it to be all 0.
0101000000000000100010000000000-

// This PD7 when I press my switch, note 2 inputs are marked as true!  (physical pin 21)
0101000010000000100010010000000-

// PC0 with switch (physical pin 22)
0101000011100000100010010000000-

// PC1 (physical pin 23)
0101000011110000100010010000000-

Any other suggestions will be greatly appreciated. :slight_smile: