Interfacing DAC8803 with MSP430G2553
电路原理图参见:http://www.deyisupport.com/question_answer/f/58/t/16085.aspx
example:
void main (void)
{
Uint16_T x;
x = 0;
Dbg_DacSpiAInit();
DBG_DAC_1CH(x++);
}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Interfacing DAC8803 with MSP430G2553
电路原理图参见:http://www.deyisupport.com/question_answer/f/58/t/16085.aspx
example:
void main (void)
{
Uint16_T x;
x = 0;
Dbg_DacSpiAInit();
DBG_DAC_1CH(x++);
}