We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2013/04/09 01:24:56 PM CEST
The A to D converter from the the help libraries (pic basic pro on easy pic v7) will generated a binary number and light up the led's on the selected port.when the input pot is turned to simulate an analogue signal. I need help to get that number's equivalent decimal to be displayed on the segment seven displays. As an example take that binary number, and displays the decimal equivalent on the 4 segment 7 displays. As an example, binary number 111 would display a 7 , 1000 would be 8 etc etc.
Eventually, I would like to show the thermistor output (after appropriate scaling) as a temperature readout.
Please point me in the right directions.