asking
Full Member level 5
- Joined
- Sep 21, 2010
- Messages
- 279
- Helped
- 6
- Reputation
- 12
- Reaction score
- 6
- Trophy points
- 1,298
- Activity points
- 3,377
Hello,
i want to use following condition is it true ? i want to AND 3 conditions together..
if (PORTA.F1 == 1 && PIR1.TMR1IF == 1 && FLAG_1 == 1)
{
do something;
}
Thanks
i want to use following condition is it true ? i want to AND 3 conditions together..
if (PORTA.F1 == 1 && PIR1.TMR1IF == 1 && FLAG_1 == 1)
{
do something;
}
Thanks