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.
Hello ;
We use internal temperature sensor of microcontroller . When we use just internal temperature sensor code we get true adc values and degrees . In our project we do pull-up for some pins . When we pull-up with
(for example) " pinMode(PE_3, INPUT_PULLUP); " we get wrong adc values . If we dont pull-up , ADC is working true .
Is ADC effected from pins or what is a problem ?
Does anyone have idea ?
Sincereley
Yes you are right , it is energia . But I thought that problem is coming from microcontroller . Is there anything to say about microcontroller ? Because If we dont pull-up , ADC works good .