- This topic has 1 reply, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › alphabetic keypad using 8051 (code error)
void num_check(int a , int b) //Check function
{
int j;
for(j=0;j<10;j++)
{
if(j!=a)
{
check_again[j]=0;
}
}
if(check_again[a]=)
check_again[a]=0;
check_again[11]=1;
check_again[12]=1;
}
hello .. plzz help me with this function … int b is not using anywhere in this function … i tried couple of combinations but still no luck ….
Hi,
Please post your error dialogue also, then only someone could help you.