prasadsrkrec
Junior Member level 2
I am using 2 switches one is for increasing and 2nd one is for decreasing..
with that two switches only i gave two types of displays on lcd using flag.
now i want to give condition to two different displays..
Code like this
switch()
{
for 1st switch
if(flag1 == 0)
flag = 1;
if(flag2 == 0)
condition
for 2nd switch
also same
but i want to give different condition how?????????
with that two switches only i gave two types of displays on lcd using flag.
now i want to give condition to two different displays..
Code like this
switch()
{
for 1st switch
if(flag1 == 0)
flag = 1;
if(flag2 == 0)
condition
for 2nd switch
also same
but i want to give different condition how?????????