
Originally Posted by
Darrel Taylor
Nope, won't work.
For instance, with this statement...
owout pin.0[index], 1, ["data here"]
PBP will do an Array Out from the indexed pin, then use that result as the "PIN number" which will be either a 0 or 1. So it will always use either PORTB.0 if the pin is low, or PORTB.1 if the Pin is high.
<br>
Bookmarks