Hello Arduino forum!
I have a question to the BCD-Code.
I have an Arduino Due connected with an BCD-Decoder. It is possible to define a variable (e.g. "1") as 4 digital pins (10-13)?
I would like to do this, because so i can say:
"DigitalWrite(1, HIGH);
After this order order the Output of the arduino on the pins 10-13 should be like this:
0001
How can I solve this problem?
(I hope my English is good enough)