<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.comfilewiki.co.kr/en/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.comfilewiki.co.kr/en/feed.php">
        <title>COMFILE Technology&#039;s Documentation Library - logicpython</title>
        <description></description>
        <link>https://www.comfilewiki.co.kr/en/</link>
        <image rdf:resource="https://www.comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-01T01:06:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:ai_assistant&amp;rev=1775786798&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:first_program&amp;rev=1776143785&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:getting_started&amp;rev=1775800921&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:index&amp;rev=1776143726&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:running_on_device&amp;rev=1775786798&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:serial_monitor&amp;rev=1775786798&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png">
        <title>COMFILE Technology's Documentation Library</title>
        <link>https://www.comfilewiki.co.kr/en/</link>
        <url>https://www.comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:ai_assistant&amp;rev=1775786798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-10T02:06:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ai_assistant</title>
        <link>https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:ai_assistant&amp;rev=1775786798&amp;do=diff</link>
        <description>AI Assistant

The AI Assistant can help edit Python code and explain changes.

Typical Flow

	*  Ask for a change.
	*  Review the proposed diff.
	*  Choose Keep to accept or Undo to reject.

Good Prompts

	*  “Create a blinking LED demo with comments.</description>
    </item>
    <item rdf:about="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:first_program&amp;rev=1776143785&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-14T05:16:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>first_program</title>
        <link>https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:first_program&amp;rev=1776143785&amp;do=diff</link>
        <description>First Program

Create a simple program in main.py:


from time import sleep
from cubloc import Output, High, Low

# LED on GP25, configured as an output
LED = 25
Output(LED)

while True:
    # Turn LED on for 500ms
    High(LED)
    print(&quot;LED ON&quot;)
    sleep(0.5)

    # Turn LED off for 500ms
    Low(LED)
    print(&quot;LED OFF&quot;)
    sleep(0.5)</description>
    </item>
    <item rdf:about="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:getting_started&amp;rev=1775800921&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-10T06:02:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getting_started</title>
        <link>https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:getting_started&amp;rev=1775800921&amp;do=diff</link>
        <description>Getting Started

This guide helps beginner CUBLOC and Python developers get started with LogicPython.

Device and Firmware Requirement

The target device must be a microcontroller board with the LogicPython firmware installed.

Install LogicPython Firmware</description>
    </item>
    <item rdf:about="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:index&amp;rev=1776143726&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-14T05:15:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:index&amp;rev=1776143726&amp;do=diff</link>
        <description>LogicPython

LogicPython is a browser-based Python development environment for microcontrollers.
The target device must be a microcontroller board device with LogicPython firmware installed.
You can edit code, deploy to the device, run programs, monitor output, and use AI-assisted editing.</description>
    </item>
    <item rdf:about="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:running_on_device&amp;rev=1775786798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-10T02:06:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>running_on_device</title>
        <link>https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:running_on_device&amp;rev=1775786798&amp;do=diff</link>
        <description>Running on Device

Run

	*  Connect the device by USB.
	*  Open your project folder.
	*  Click Run to deploy and execute your code.

Stop

	*  Click Stop to halt the running program.

Tips

	*  Keep the serial monitor open while testing.
	*  Start with small test scripts before larger projects.</description>
    </item>
    <item rdf:about="https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:serial_monitor&amp;rev=1775786798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-10T02:06:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>serial_monitor</title>
        <link>https://www.comfilewiki.co.kr/en/doku.php?id=logicpython:serial_monitor&amp;rev=1775786798&amp;do=diff</link>
        <description>Serial Monitor

Use the Serial Monitor to view device output.

Buttons

	*  Clear: clears the monitor text.
	*  Stop: stops the current running program.

Auto-scroll

	*  When you are at the bottom, new output auto-scrolls.
	*  If you scroll up, auto-scroll pauses until you return to the bottom.</description>
    </item>
</rdf:RDF>
