Microcontroller › AVR › Program code for input › U can make the port A pin as
July 1, 2011 at 5:05 am
#6403
micky
Participant
U can make the port A pin as input as well as output…
For example
For reading as input.. put
DDRA=0x00;