int16 adcSampleSingle(uint8 reference, uint8 resolution, uint8 channel)
若 uint8 reference 為 ADC_REF_AVDD 表參考電壓為 3V ,
那我想問,是最高採集到的電壓為 3V ,就算 senor 能輸入 0~5 V 但經 ADC 後也只會限定在 3V 以下嗎?
也就是說即使輸入 4V,但 ADC 也只會讀取為 3V ?
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.
int16 adcSampleSingle(uint8 reference, uint8 resolution, uint8 channel)
若 uint8 reference 為 ADC_REF_AVDD 表參考電壓為 3V ,
那我想問,是最高採集到的電壓為 3V ,就算 senor 能輸入 0~5 V 但經 ADC 後也只會限定在 3V 以下嗎?
也就是說即使輸入 4V,但 ADC 也只會讀取為 3V ?