Shop OBEX P1 Docs P2 Docs Learn Events
input registers? — Parallax Forums

input registers?

LitefireLitefire Posts: 108
edited 2007-03-04 00:26 in BASIC Stamp
is there a way to read the input registers?

such as on the propeller using INA

i have serious use for that.

~~Brian

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-03-04 00:26
    Sure, use INS for the whole 16 bit register or INH,INL for the high or low byte or INA,INB,INC,IND for the nibbles or IN0-IN15 for the individual bits.
Sign In or Register to comment.