I am using Atmega16 microcontroller...I am using interrupt0 (portD.2) in my program..I wondering that can I use portD(whole) as output and interrupt0 at same time in my program...
If I define portb as output...my interrupt will work???(I don't think so)
Is it possible to redefine port configuration during progam....
it sounds weird but I want to know...