This link may have what you want
http://www.picbasic.co.uk/forum/showthread.php?t=4074
This link may have what you want
http://www.picbasic.co.uk/forum/showthread.php?t=4074
Paul Borgmeier
Salt Lake City, UT
USA
__________________
Based on what I'm reading if I line everything up on portb I should be able to to and turn everything on with the following code. In the end I think this may work for what I need.
for counter = 0 to 7
PortB.0[Counter]=1
next Counter
Last edited by DynamoBen; - 1st September 2007 at 00:49.
Bookmarks