Justin Hendrix
Newbie level 4
- Joined
- Nov 10, 2014
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 32
How do I read the status of switches (1 or 0) using a 18F4520?
Regards.
Code:
#include <p18F4520.h>
void main ()
{
}
Regards.