• reading A/D value from the potentiometer
    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>...
  • reading A/D valie from potentiometer
    Hello All, I am new to ARM. I am currently using LPC2378 (ARM7TDMI-S) processor on MCB2300 Keil Eval Board. I want to display A/D value on LCD. Kindly guide how to proceed step by step using C...
  • read potentiometer value in micro C
    hello guys, i want to read the input value from a potentiometer then display it on a LCD , can someone help me with the code ? , thanks .
  • read voltage on pin mcb2300
    Dear All, I have a mcb2300 board with LPC2378. I want to read the voltage with Test Multimeter from PIN0.0. I read from Document that this pin corresponds to the PIN 66 on the board. So I set pin...
  • 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...