Deexith Hasan
Advanced Member level 4
- Joined
- Oct 24, 2014
- Messages
- 111
- Helped
- 4
- Reputation
- 8
- Reaction score
- 3
- Trophy points
- 18
- Activity points
- 740
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #include <htc.h> void main() { TRISB0=1; TRISD0=0; RD0=0; while(1) { if(RB0) RD0=1; else RD0=0; } }
Last edited by a moderator: