Hi, stupid question (i should know the answer by now)
when im setting up the tris's which end is 0? is porta.0 10000000 or 00000001?
Printable View
Hi, stupid question (i should know the answer by now)
when im setting up the tris's which end is 0? is porta.0 10000000 or 00000001?
TRISA = %00000001 would set PORTA.0 to an input.
ahh, so it works like normal binary then.
thanx :)
Yep. Normal binary...;o}