When I give PORTA.1 +5V, LED1 dosent shine..
Whats wrong with my code?
Code:LED1 var PORTB.1 PRESS var PORTA.1 loop: If press = 1 then high led1 else low led1 endif goto loop end
When I give PORTA.1 +5V, LED1 dosent shine..
Whats wrong with my code?
Code:LED1 var PORTB.1 PRESS var PORTA.1 loop: If press = 1 then high led1 else low led1 endif goto loop end
Bookmarks