ADC10CTL1 = ADC10DF + INCH_1;
ADC10CTL0 = ADC10SHT_2 + ADC10ON + ADC10IE;
ADC10AE0 |= 0x02;
P1DIR |= 0x01;
得到ADc的函数:
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.