13.3 Add the channel number to the MSB
The channel no. is 0-3. It must be inserted in bits 7-6 of the D/A MSB byte written to Base + 5 (see page 18). Here is an example of how to do it:
MSB = MSB + Channel * 64
Last updated
The channel no. is 0-3. It must be inserted in bits 7-6 of the D/A MSB byte written to Base + 5 (see page 18). Here is an example of how to do it:
MSB = MSB + Channel * 64
Last updated