// **********DAC8043.c // Jonathan W. Valvano 4/10/02 // Interface between MC68HC812 and DAC8043 12-bit DAC // Uses SPI DAC8043.c or bit-bang(no SPI) DAB8083.c // Copyright 2002 by Jonathan W. Valvano, valvano@uts.cc.utexas.edu // You may use, edit, run or distribute this file // as long as the above copyright notice remains void DAC8043_Init(void); void DAC8043_Out(unsigned short code);