<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://devwiki.electricimp.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="http://devwiki.electricimp.com/feed.php">
        <title>electric imp</title>
        <description></description>
        <link>http://devwiki.electricimp.com/</link>
        <image rdf:resource="http://devwiki.electricimp.com/lib/tpl/sidebar/images/favicon.ico" />
       <dc:date>2013-05-22T20:14:12+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=imppinmux&amp;rev=1369249392&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=navigationmenu&amp;rev=1368728505&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=opensource&amp;rev=1368585810&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=jsonizer&amp;rev=1368569118&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=archive&amp;rev=1368569112&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=examplecode&amp;rev=1368569046&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=electricimpapi:device&amp;rev=1367776377&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=manufacturing_overview&amp;rev=1367455607&amp;do=diff"/>
                <rdf:li rdf:resource="http://devwiki.electricimp.com/doku.php?id=helloworld&amp;rev=1367444093&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://devwiki.electricimp.com/lib/tpl/sidebar/images/favicon.ico">
        <title>electric imp</title>
        <link>http://devwiki.electricimp.com/</link>
        <url>http://devwiki.electricimp.com/lib/tpl/sidebar/images/favicon.ico</url>
    </image>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=imppinmux&amp;rev=1369249392&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-22T19:03:12+00:00</dc:date>
        <dc:creator>hugo</dc:creator>
        <title>imppinmux</title>
        <link>http://devwiki.electricimp.com/doku.php?id=imppinmux&amp;rev=1369249392&amp;do=diff</link>
        <description>In addition to acting as a GPIO, each pin on the Imp can be configured to one of several hardware specialized functions.  While pins may only have one function at a time, they may be reconfigured during run-time to change that function.  For example, a pin may first be configured as a DAC and then reconfigured as an ADC.  Additionally, not all the pins in a hardware function need to be assigned to that function.  For example, pins 8 and 9 could be used as uart1289 and pins 1 and 2 could be used …</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=navigationmenu&amp;rev=1368728505&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-16T18:21:45+00:00</dc:date>
        <dc:creator>hugo</dc:creator>
        <title>navigationmenu</title>
        <link>http://devwiki.electricimp.com/doku.php?id=navigationmenu&amp;rev=1368728505&amp;do=diff</link>
        <description>*   Welcome
		*  New Developers: Start Here
		*  FAQ

	*  What's There
		*  What Isn't There
		*   Known Issues

	*  Commissioning an imp
		*  LED Codes

	*   Software for the imp 
		*  Worked Examples
			*   Hello World
			*   Reading and writing pins
			*   I2C devices
			*   Serial Communication via UART
			*   Using SPI for Generic Serial Comm.
			*   Analog Input
			*   Pulse-Width Modulation
			*   Controlling Servo Motors
			*   Input Ports
			*   Output Ports
			*   Sleeping and Waking
	…</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=opensource&amp;rev=1368585810&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-15T02:43:30+00:00</dc:date>
        <dc:creator>hugo</dc:creator>
        <title>opensource</title>
        <link>http://devwiki.electricimp.com/doku.php?id=opensource&amp;rev=1368585810&amp;do=diff</link>
        <description>The imp uses eCos3, which is licensed under a modified version of the GPL. See &lt;http://ecos.sourceware.org/license-overview.html&gt; for more details.

Download [ei-ecos-20120801-bf00fe3.tar.xz] (release 2)

Download [ei-ecos-20120816-b8e653b.tar.xz] (release 3)</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=jsonizer&amp;rev=1368569118&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-14T22:05:18+00:00</dc:date>
        <dc:creator>tom</dc:creator>
        <title>jsonizer - created</title>
        <link>http://devwiki.electricimp.com/doku.php?id=jsonizer&amp;rev=1368569118&amp;do=diff</link>
        <description>Useful when you want to send a JSON string via HTTP out

/* return valid JSON string on success
   return null on failure (obj contains elements not convertable to JSON */
function jsonize(obj){
    try {
        local str ;
        local q = &quot;\&quot;&quot;;
        switch (typeof(obj)){
            case &quot;string&quot;:
                return q + obj.tostring() + q;
        
            case &quot;integer&quot;:
            case &quot;float&quot;:
            case &quot;bool&quot;:
                return obj.tostring();
            case &quot;nu…</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=archive&amp;rev=1368569112&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-14T22:05:12+00:00</dc:date>
        <dc:creator>tom</dc:creator>
        <title>archive</title>
        <link>http://devwiki.electricimp.com/doku.php?id=archive&amp;rev=1368569112&amp;do=diff</link>
        <description>Wiki Archive

These pages are not active or current parts of the electric imp wiki. 
 Serial IO - RFID Cat Flap  UART, persistent memory (coming soon)  IO Example 1 - Light Switch  Use of GPIO pins, arrays of sources/sinks  Please don't try yet. Waiting for SW fix.  IO Example 2 - AC Light Dimmer  GPIO, ADC, timers, more advanced techniques   Please don't try yet. Waiting for SW fix.  Squirrel-Level JSON encoder  obsolete</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=examplecode&amp;rev=1368569046&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-14T22:04:06+00:00</dc:date>
        <dc:creator>tom</dc:creator>
        <title>examplecode - [JSON-ize a squirrel object] </title>
        <link>http://devwiki.electricimp.com/doku.php?id=examplecode&amp;rev=1368569046&amp;do=diff</link>
        <description>This example configures pin1 to have a switch-to-ground (ie, when the switch is open, pin1 is floating and when it's closed, it's pulled to ground). The switch input is debounced and sent as an output. The basic structure is applicable for various types of switches including buttons, reed switches or even relay inputs (using NO or NC dry contacts).</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=electricimpapi:device&amp;rev=1367776377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-05T17:52:57+00:00</dc:date>
        <dc:creator>hugo</dc:creator>
        <title>electricimpapi:device</title>
        <link>http://devwiki.electricimp.com/doku.php?id=electricimpapi:device&amp;rev=1367776377&amp;do=diff</link>
        <description>device object [Agent only]

Note: this API is in beta and not currently in a public release. If you are working on a product that requires this, please contact us

The device object represents the agent's view of the imp device.

The object has the following member functions:</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=manufacturing_overview&amp;rev=1367455607&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-02T00:46:47+00:00</dc:date>
        <dc:creator>mayumi</dc:creator>
        <title>manufacturing_overview</title>
        <link>http://devwiki.electricimp.com/doku.php?id=manufacturing_overview&amp;rev=1367455607&amp;do=diff</link>
        <description>Manufacturer Documentation

[electric imp integration overview]

[electric imp services overview]

 Enrolling your devices during production

Email us at &lt;sales@electricimp.com&gt; to learn more about Electric Imp, our product and pricing or to set up a call.</description>
    </item>
    <item rdf:about="http://devwiki.electricimp.com/doku.php?id=helloworld&amp;rev=1367444093&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-01T21:34:53+00:00</dc:date>
        <dc:creator>beardedinventor</dc:creator>
        <title>helloworld - Modified Hello World to make the need for two program more explicit</title>
        <link>http://devwiki.electricimp.com/doku.php?id=helloworld&amp;rev=1367444093&amp;do=diff</link>
        <description>It is widely recognised that the simplest useful program is “Hello World”, so here's the imp version! The April development board would be a convenient platform on which to run this example, but any impee will do. 

The example code will make a connection with the electric imp server, register a Planner node (a light blue rounded rectangle which represents an imp on the planner), and display “Hello, World!”. That's all, but what more could you want?</description>
    </item>
</rdf:RDF>
