unsigned value;
value = 2048;
outportb(base_address + 8,value & 0xff);
outportb(base_address + 9,value / 256);
/* this is our output variable */
/* we will output half scale */
/* extract and output lower byte of
count */
/* extract and output upper byte of
count */
Need help?
Do you have a question about the ADIO1600 Series and is the answer not in the manual?