Questions on AVR I/O
Lex
Posts: 13
I'm using the BS2pe motherboard + power I/O DB due to the need for the color sensor. Thus, I'm left only with 6 I/O ports.
Ports A0 & A1 are labeled as "AVR I/O & analog input". How can I utilize these ports, as in, do I treat them as pin 0 & 1???
My intention is to use these 6 ports for the shift registers (3 for input, 3 for output), so as to expand the ports.
Is this feasible?
Ports A0 & A1 are labeled as "AVR I/O & analog input". How can I utilize these ports, as in, do I treat them as pin 0 & 1???
My intention is to use these 6 ports for the shift registers (3 for input, 3 for output), so as to expand the ports.
Is this feasible?
Comments
The co-processors come pre-programmed to do various kinds of I/O for the BS2pe. The source program is available and can be modified for special purposes.
OWOUT Owio, 0, [noparse][[/noparse]$DD]
OWIN Owio, 0, [noparse][[/noparse]I, J, K]
DEBUG " Device: ", I, J, ", Version: ", DEC K
How should i address "Owio"?
-Phil
Thanx Phil