PORTB ^= ~( 1 << pos );
PORTB = ~PORTB;
Just looking for to learn if there are any tricks to making this type of thing more concise. Thank you.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |