Search found 1 match
- Tue Feb 27, 2024 8:18 am
- Forum: C Programs
- Topic: ADC reading issue
- Replies: 1
- Views: 2384
ADC reading issue
Hi, I'm currently working with a TP100 temperature sensor that's connected to JP10 pin 25, which aligns with channel 8 on the ADC channel. The primary objective of my code is to interpret the ADC value, converting it into both voltage and temperature readings. So far, the conversion processes are fu...