Hello !!
I am detecting rising and falling edge of a square wave in a loop.......but i am not able to do it.....kindly help........sample code is...
Case 1 :
do
{
Val = readhardware(channel number);
if (val >2) break;
}while(1)
Hello !!
I am detecting rising and falling edge of a square wave in a loop.......but i am not able to do it.....kindly help........sample code is...
Case 1 :
do
{
Val = readhardware(channel number);
if (val >2) break;
}while(1)