Quote:
|
Originally Posted by Astronouth7303
I found tonight that when using Microchip's printf(), and the format string does not end in "\r", then it may cause the green-orange blinking on the program LED on the controller.
Make sure all your calls end their lines correctly.
|
If this is true.. I think you saved me hours of frustration.
I was getting a blinky blinky code state light, and I think its because i had /n instead of /r .
Did you run into this problem or something similar?