• Displaying result of Macro evaluation
    is there an easy way to see what the result is from something like the following... #define ADC_MIN 1.8 #define ADC_MAX 2.4 #define ADC_MAX_VAL 255 #define ADC_LSB (double)(( ADC_MAX - ADC_MIN...
  • Displaying result of Macro evaluation
    is there an easy way to see what the result is from something like the following... #define ADC_MIN 1.8 #define ADC_MAX 2.4 #define ADC_MAX_VAL 255 #define ADC_LSB (double)(( ADC_MAX - ADC_MIN...
  • How to read Potentiometer and display conversion result
    I would to ask how to read the potentiometer(Keil MCBSTR9U) input periodically with a timer interrupt? And also to display the conversion result on the LCD display. Please help. I don't know how to get...
  • How to read Potentiometer and display conversion result
    I would to ask how to read the potentiometer(Keil MCBSTR9U) input periodically with a timer interrupt? And also to display the conversion result on the LCD display. Please help. I don't know how to get...
  • display the adc data register of lpc2138 in lcd display ?
    Hi I have done the analog to digital conversion in lpc2138.the thing is i need to display the digital data in lcd . the adc data will be in hex format (0x1FD) and that will be stored in the data register...