I am asking what is the distinction between analogue and digital pins.
Essentially I have this:
When I "use" the TOGGLE_SWITCH in the SW it produces a different output than if I were to use the FILWIDTH_PIN in the same code.
I do not understand how these two #defines are distinguished from one another.
Essentially I have this:
#define TOGGLE_SWITCH 3 #define FILWIDTH_PIN 3
When I "use" the TOGGLE_SWITCH in the SW it produces a different output than if I were to use the FILWIDTH_PIN in the same code.
I do not understand how these two #defines are distinguished from one another.