I want to modulate/stop the pwm output based on the bit.
If bit is 1, then stop the pwm.if the bit is 0, then i start the pwm (by changing outmod or something else).
So for a given byte, how do I access the bits.
Can I use char variable to store the byte?
How to access bits of the char?