if the pin the LED is on is also an AD pin, then yes it will stop it if that pin is configured for analog use.
Also, there is a problem in your code if you want the LED to blink. HIGH PORTA.1 will put port A, pin 1 high and LOW PORTA.0 will put port A, pin 0 low and thats where they will stay. Nothing will blink.
Bookmarks