Hello,
I am writing an embedded C code for MSP432P401R. If i want to check the "set" condition for the GPIO pin i write this logic "if (P1IN & BIT1)"..
What should be the logic for checking the "reset" condition on GPIO pin?
Please help me out..
Thanks