i need help on the c code for an lcd display. im using a pic18f242 microcontroller and i need to send a information from a thermistor in a analog form and convert it to digital and display it on the lcd. can someone reply as give me sujestions
For PIC specifics, go to a PIC forum. THe general principles: "information from ... analog form and convert it to digital" Have you ever heard of a device called an "Analog(ue) to Digital Converter" or "ADC" or "A/D"? The name should be a big clue to you here...! Many processors these days have them built in. "display it on the lcd." printf? sprintf?