Read multiple I/O pin''s
Archiver
Posts: 46,084
At 09:46 AM 11/29/03 +0000, henkdenbroeder wrote:
>how can I read 8 I/O pins at ones and put them in one variable in
>PBasic
>
>thanks for helping
>Henk den Broeder
DATA VAR Byte
DATA = INH 'Pin ports 8-15
or
DATA = INL 'Pin ports 0-7
Hope that's what you were seeking.
Regards,
Bruce Bates
>how can I read 8 I/O pins at ones and put them in one variable in
>PBasic
>
>thanks for helping
>Henk den Broeder
DATA VAR Byte
DATA = INH 'Pin ports 8-15
or
DATA = INL 'Pin ports 0-7
Hope that's what you were seeking.
Regards,
Bruce Bates