Download Print this page

ICS Advent ADIO1600 Series Product Manual page 56

Advertisement

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 */

Advertisement

loading