to come up the binary weighted value
like is it possible to use pin names in a C# statement
like: (RB0 + (2*RB1)+(4*RB2) + (8*RD7) )
I'm trying to change some programs from Basic to C#
But I can't find any where on forum where people are referring to Pin Names, Is there a format for using pin names as values? or do pins need to be stored to a variable?
I would greatly appreciate some kind of sample of how to do something like this.
