<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://code-reference.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://code-reference.com/feed.php">
        <title>Programming | Library | Reference - Code-Reference.com arduino:analog_io</title>
        <description></description>
        <link>https://code-reference.com/</link>
        <image rdf:resource="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-18T16:46:06+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://code-reference.com/arduino/analog_io/analogread?rev=1360951305&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/arduino/analog_io/analogreference?rev=1360951441&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/arduino/analog_io/analogwrite?rev=1360951690&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Programming | Library | Reference - Code-Reference.com</title>
        <link>https://code-reference.com/</link>
        <url>https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://code-reference.com/arduino/analog_io/analogread?rev=1360951305&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-15T19:01:45+02:00</dc:date>
        <title>analogRead()</title>
        <link>https://code-reference.com/arduino/analog_io/analogread?rev=1360951305&amp;do=diff</link>
        <description>Description

Reads the value from the specified analog pin. The Arduino board contains a 6 channel (8 channels on the Mini and Nano, 16 on the Mega), 10-bit analog to digital converter. This means that it will map input voltages between 0 and 5 volts into integer values between 0 and 1023. This yields a resolution between readings of: 5 volts / 1024 units or, .0049 volts (4.9 mV) per unit. The input range and resolution can be changed using analogReference(type).</description>
    </item>
    <item rdf:about="https://code-reference.com/arduino/analog_io/analogreference?rev=1360951441&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-15T19:04:01+02:00</dc:date>
        <title>analogReference(type)</title>
        <link>https://code-reference.com/arduino/analog_io/analogreference?rev=1360951441&amp;do=diff</link>
        <description>Description

Configures the reference voltage used for analog input (i.e. the value used as the top of the input range).  The options are:

* DEFAULT: the default analog reference of 5 volts (on 5V Arduino boards) or 3.3 volts (on 3.3V Arduino boards)
* INTERNAL: an built-in reference, equal to 1.1 volts on the ATmega168 or ATmega328 and 2.56 volts on the ATmega8 (not available on the Arduino Mega)
* INTERNAL1V1: a built-in 1.1V reference (Arduino Mega only)
* INTERNAL2V56: a built-in 2.56V refe…</description>
    </item>
    <item rdf:about="https://code-reference.com/arduino/analog_io/analogwrite?rev=1360951690&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-02-15T19:08:10+02:00</dc:date>
        <title>analogWrite()</title>
        <link>https://code-reference.com/arduino/analog_io/analogwrite?rev=1360951690&amp;do=diff</link>
        <description>Description

Writes an analog value ( PWM wave) to a pin.  Can be used to light a LED at varying brightnesses or drive a motor at various speeds.  After a call to analogWrite(), the pin will generate a steady square wave of the specified duty cycle until the next call to analogWrite() (or a call to digitalRead() or digitalWrite() on the same pin).  The frequency of the PWM signal is approximately 490 Hz.</description>
    </item>
</rdf:RDF>
