Reading the compiler manual I can't find any instruction for reading the
entire port (for example reading the 8 bits of portb from b0 to b7)) at
same time. In PicBasic I made that with peek command to read the
entire bit, but in C I only find input pin command. So if want to read 8
bits I must repeat 8 times this command, any suggestion? Thanks
n-squared
Joined: 03 Oct 2006 Posts: 99
Posted: Sat Nov 01, 2008 1:52 pm
look for input_a(), input_b() etc.
Best regards _________________ Every solution has a problem.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum