Hi
i am using P0_4 and P0_5 for Software I2c , P0_5 is SDA and P0_4 is SCL
P0_5 is working properly but "P0_4 is not getting to Low state"
#define SCL_LOW \
{ P0DIR |= BIT4; \
P0_4 = 0; }\
am using the above code to make the P0_4 to LOW , am getting the problem while using the code along with Z-Stack