Recommended sites
Re:Bit assigns
By: admin on 31-03-2008 23:44
You need to read PORTD 5th bit and place it as 3rd bit of variable Temp so all is about shifting. solution is simple: Temp=(PORTD>>2);
» Report this comment to administrator
» Reply to this comment...
Re:Bit assigns
By: admin on 31-03-2008 23:44
You need to read PORTD 5th bit and place it as 3rd bit of variable Temp so all is about shifting.
solution is simple:
Temp=(PORTD>>2);
» Report this comment to administrator
» Reply to this comment...