Dear Keil users, I'm new here. In BLINKY I want to do the following :
Write the A/D value read from the potentiometer and write it onto the LCD panel
Analogvalue 754
#include <stdio.h> // after reading the analog value set_cursor (0, 0); sprintf(text1,"Analogwert %5d",AD_value); lcd_print (text1);
But I don't know how to read the value from the potentiometer.Any suggestions? Thanks for advance for any help. Adel.
It will depend entirely on which particular processor you're using!
Have you looked at: http://www.keil.com/support/ - check out the Application Notes and Example programs.
Also check the chip manufacturer's website for Application Notes, Example programs, etc