Hello I have a question about Arduino and the atmel chips they use.
I was wondering if Arduino digital pin can receive binary data. For example, I might want one Arduino to send another Arduino a binary code. If the code is 0101 it would turn aa red led on, if it was 1111 it would turn green on, etc. I would like to do this so that I don't have to use a loadlot of digital pins. Is this possible with Arduino or not?