Shop OBEX P1 Docs P2 Docs Learn Events
Propeller Assebmly I/O — Parallax Forums

Propeller Assebmly I/O

christopherchristopher Posts: 31
edited 2006-06-02 15:59 in Propeller 1
mov dira,#255
:here mov outa,#0
mov outa,#255
jmp :here

The above code works with a nice pulse on pins


This code belowdoes not work ...no pulse on pins

mov dira,#255
:here mov outa,#255
mov outa,#0
jmp :here

Can anyone suggest why?

Thanks

Chris

Comments

Sign In or Register to comment.