Sets the bit value at the given position within the byte. This has the effect of setting the bit value to 1.
| byte_value |
the byte |
| position |
the position in the byte to set the bit value |
|
the new byte value |