Hi,
I am using below instruction to get the status of the GPIO_Number_3. I am not getting the status of 1 when I the input is high and 0 when the GPIO input is low. Please support me.
if(GPIO_getData(myGpio, GPIO_Number_3) == 1)
{
Setting();
}
else if (GPIO_getData(myGpio, GPIO_Number_3) == 0)
{
Monitoring();
}
Regards,
Mahesh K.R.