Nazrin Rain Nazam
Newbie level 2
- Joined
- Jun 15, 2014
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 19
hello, i am newbie in this area ^_^
i need help for my coding.. since the coding i made cannot give expected simulation ouput.
this is my coding
anyone might help this newbie one?
i need help for my coding.. since the coding i made cannot give expected simulation ouput.
this is my coding
anyone might help this newbie one?
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 void main() { TRISA=0x01; PORTA=0; TRISB=0; PORTB=0; while(1){ (PORTA.B1 = 0); (PORTA.B2 = 1); (PORTA.B3 = 0); if (porta.b0=1){ (PORTA.B2 = 0); (PORTA.B3 = 1); Delay_ms(7000); (PORTA.B1 = 1); };
Last edited by a moderator: