I have an Arduino micro which I am having problems with, I need to use the A0-A4 pins as digital outputs but I cant get my Leds to light up.How do I call them in code?
With the usual pinMode and digitalWrite.
Make sure to use the Ax notation.
I have an Arduino micro which I am having problems with, I need to use the A0-A4 pins as digital outputs but I cant get my Leds to light up.How do I call them in code?
With the usual pinMode and digitalWrite.
Make sure to use the Ax notation.