Assume that the variable myByte is a 8 bit variable defined as the following in c code:
byte myByte = 0x00;
The above line of code sets all 8 bits (0-7) to 0, turning them all OFF using the hex notation.
No comments:
Post a Comment