<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.fablab37110.chanterie37.fr/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://www.fablab37110.chanterie37.fr/feed.php">
        <title>Castel&#039;Lab le Fablab MJC de Château-Renault - start:arduino:esp32:smart</title>
        <description></description>
        <link>https://www.fablab37110.chanterie37.fr/</link>
        <image rdf:resource="https://www.fablab37110.chanterie37.fr/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-06T21:11:43+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.fablab37110.chanterie37.fr/doku.php?id=start:arduino:esp32:smart:micropython&amp;rev=1740588806&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.fablab37110.chanterie37.fr/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Castel'Lab le Fablab MJC de Château-Renault</title>
        <link>https://www.fablab37110.chanterie37.fr/</link>
        <url>https://www.fablab37110.chanterie37.fr/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://www.fablab37110.chanterie37.fr/doku.php?id=start:arduino:esp32:smart:micropython&amp;rev=1740588806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-26T16:53:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Programmes en Micropython SmartHome</title>
        <link>https://www.fablab37110.chanterie37.fr/doku.php?id=start:arduino:esp32:smart:micropython&amp;rev=1740588806&amp;do=diff</link>
        <description>Programmes en Micropython SmartHome

Test  Led pin 12


from machine import Pin
import time

led = Pin(12, Pin.OUT)# Build an LED object, connect the external LED light to pin 0, and set pin 0 to output mode
while True:
    led.value(1)# turn on led
    time.sleep(1)# delay 1s
    led.value(0)# turn off led
    time.sleep(1)# delay 1s</description>
    </item>
</rdf:RDF>
