mildenhall
New Member
I have a student using a 40X2 to control an LED cube (http://www.youtube.com/watch?v=6mXM-oGggrM). He is using the whole of port B as outputs.
If he writes
the relevant bits of port B do not go high, however if he does....
everything works fine.
Does anyone have any idea why this is happening please?
Thanks
If he writes
Code:
dirsB = %00000000
pinsB = %10101010
the relevant bits of port B do not go high, however if he does....
Code:
low B.0
high B.1
low B.2
high B.3 etc
everything works fine.
Does anyone have any idea why this is happening please?
Thanks