How to attribute a binary value to a variable.
in
Programming Questions
•
2 months ago
I want to define:
byte myNumber = B10101010;
That works fine in arduino but doesn't seem to work in Processing 2.0. I can't seem to find the right syntax for this. Anyone know how to do it?
1