Assuming you have them on PORTB as shown. Just use Pin Numbers.
Numbers 0-7 are usually PORTB.0 thru PORTB.7, 8-15 can be PORTC, but it depends on the chip you are using.Code:PIN VAR BYTE for PIN = 0 to 7 owout PIN, 1, ["data here"] next PIN
Assuming you have them on PORTB as shown. Just use Pin Numbers.
Numbers 0-7 are usually PORTB.0 thru PORTB.7, 8-15 can be PORTC, but it depends on the chip you are using.Code:PIN VAR BYTE for PIN = 0 to 7 owout PIN, 1, ["data here"] next PIN
DT
Bookmarks