prasad70
Member level 3
- Joined
- Mar 24, 2011
- Messages
- 67
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,288
- Activity points
- 1,690
Can someone please explain a code testing input button of Pic184520. I used below codes but it didnt work
#define Sw1 LA7
#define Sw2 LA6
TRISA = 0b11111111 ;
while(!Sw1)
{
Do sth
}
thks
#define Sw1 LA7
#define Sw2 LA6
TRISA = 0b11111111 ;
while(!Sw1)
{
Do sth
}
thks