Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
IntroductionSo far when you have incorporated data from the outside world into your programs the data has been digital - logic 0 or logic 1. However most PICmicro devices also have a facility to take in a voltage from 0 V to the supply voltage and to measure that voltage. This process is carried out inside the PICmicro device by the Analogue to Digital Converter (ADC) module of the PICmicro device. In this section you will learn about the ADC functions of the PICmicro and how to control the ADC using Flowcode. In this section we will make a complete system for controlling a small Hi-Fi. This will introduce several new components. Specifically in this section you will learn:
|