waqas_here
Junior Member level 2
Guyz plz help me out. I want to access individual bits while programming in C for AVR using AVR Studio. For example i want to check either individual bits in PINB is set or clear. I have been doing it using & operator e-g (PINB & 0x02). But i dun want to do it any more.