Difference between revisions of "PIC18F4520: Analog Inputs"

From Mech
Jump to navigationJump to search
 
m
Line 1: Line 1:
Analog-to-Digital Conversion (ADC) is a useful capability of many PIC microcontrollers. This ADC produces a digital value based on the supplied analog voltage, which can then be used with the digital logic of the rest of the PIC.
==Available Pins==
==Available Pins==

==Analog Input Example (ADC)==
==Analog Input Example (ADC)==
===Sample Code===
===Sample Code===

Revision as of 11:52, 27 June 2007

Analog-to-Digital Conversion (ADC) is a useful capability of many PIC microcontrollers. This ADC produces a digital value based on the supplied analog voltage, which can then be used with the digital logic of the rest of the PIC.

Available Pins

Analog Input Example (ADC)

Sample Code

Circuit Diagram