Hi, everyone!
I'm having dificulties interpreting data from Arduino. I used a multiplex (http://www.arduino.cc/en/Tutorial/ShiftIn) to multiply the number of inputs in the board.
Now, all I got is a list of binary numbers like this:
print: 1
print: 10
print: 100
print: 1001
print: 10010
print: 100100
print: 1.001e+06
print: 1.001e+07
Which is fine. 1s represent ON and 0s represent OFF. In the example above, if you look at the last line you will notice that the first button and the forth button are turned ON.
My problem is: how do I deal with this inside PD? How can i relate, for instance, one togle to each bit?