<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My glorious padlet by 김선영</title>
      <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-09-21 04:46:00 UTC</pubDate>
      <lastBuildDate>2025-09-24 06:49:30 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>마빗3</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3595500494</link>
         <description><![CDATA[<p>let receivedValue = 0</p><p>serial.onDataReceived("\n", function () {</p><p>    receivedValue = parseInt(serial.readUntil("\n"))</p><p>    if (receivedValue == 0) {</p><p>        basic.showIcon(IconNames.Scissors)</p><p>    } else if (receivedValue == 1) {</p><p>        basic.showIcon(IconNames.SmallSquare)</p><p>    } else if (receivedValue == 2) {</p><p>        basic.showIcon(IconNames.Square)</p><p>    } else {</p><p>        basic.clearScreen()</p><p>    }</p><p>})</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2243236003/02111c1c72db7f24c544cb38a124d5e0/mb3.txt" />
         <pubDate>2025-09-21 04:46:48 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3595500494</guid>
      </item>
      <item>
         <title></title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3595502152</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2243236003/9b15a3824feadb45f5b168e2183a388f/_____.txt" />
         <pubDate>2025-09-21 04:51:41 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3595502152</guid>
      </item>
      <item>
         <title>브릿지</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3595507837</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://haneulnopi-crypto.github.io/micro/bridge.html" />
         <pubDate>2025-09-21 05:05:54 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3595507837</guid>
      </item>
      <item>
         <title>티처블머신</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3597107544</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://teachablemachine.withgoogle.com/models/_hgR_GhcE/">https://teachablemachine.withgoogle.com/models/_hgR_GhcE/https://teachablemachine.withgoogle.com/models/_hgR_GhcE/</a></p>]]></description>
         <enclosure url="https://teachablemachine.withgoogle.com/models/_hgR_GhcE/" />
         <pubDate>2025-09-22 08:02:10 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3597107544</guid>
      </item>
      <item>
         <title>브릿지2클래스</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3598950092</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://haneulnopi-crypto.github.io/micro0924/bridge.html">https://haneulnopi-crypto.github.io/micro0924/bridge.html</a></p>]]></description>
         <enclosure url="https://haneulnopi-crypto.github.io/micro0924/bridge.html" />
         <pubDate>2025-09-23 05:21:10 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3598950092</guid>
      </item>
      <item>
         <title>마빗3</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3598952281</link>
         <description><![CDATA[<pre><code class="language-typescript">let receivedValue = 0
serial.onDataReceived("\n", function () {
    receivedValue = parseInt(serial.readUntil("\n"))
    if (receivedValue == 0) {
        basic.showIcon(IconNames.Scissors)
    } else if (receivedValue == 1) {
        basic.showIcon(IconNames.SmallSquare)
    } else if (receivedValue == 2) {
        basic.showIcon(IconNames.Square)
    } else {
        basic.clearScreen()
    }
})
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-23 05:22:23 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3598952281</guid>
      </item>
      <item>
         <title>마빗2</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3598955250</link>
         <description><![CDATA[<pre><code class="language-typescript">let receivedValue = 0
serial.onDataReceived("\n", function () {
    receivedValue = parseInt(serial.readUntil("\n"))
    if (receivedValue == 0) {
        basic.showIcon(IconNames.Scissors)
    } else if (receivedValue == 1) {
        basic.showIcon(IconNames.SmallSquare)
    } else {
        basic.clearScreen()
    }
})
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-23 05:24:19 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3598955250</guid>
      </item>
      <item>
         <title>마빗3</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601080388</link>
         <description><![CDATA[<pre><code class="language-typescript">let receivedValue = 0
serial.onDataReceived("\n", function () {
    receivedValue = parseInt(serial.readUntil("\n"))
    if (receivedValue == 0) {
        basic.showIcon(IconNames.Scissors)
    } else if (receivedValue == 1) {
        basic.showIcon(IconNames.SmallSquare)
    } else if (receivedValue == 2) {
        basic.showIcon(IconNames.Square)
    } else {
        basic.clearScreen()
    }
})
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-24 05:03:34 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601080388</guid>
      </item>
      <item>
         <title>마빗3</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601080438</link>
         <description><![CDATA[<pre><code class="language-typescript">let receivedValue = 0
serial.onDataReceived("\n", function () {
    receivedValue = parseInt(serial.readUntil("\n"))
    if (receivedValue == 0) {
        basic.showIcon(IconNames.Scissors)
    } else if (receivedValue == 1) {
        basic.showIcon(IconNames.SmallSquare)
    } else if (receivedValue == 2) {
        basic.showIcon(IconNames.Square)
    } else {
        basic.clearScreen()
    }
})
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-24 05:03:37 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601080438</guid>
      </item>
      <item>
         <title>마빗2</title>
         <author>haneulnopi3</author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601080615</link>
         <description><![CDATA[<pre><code class="language-typescript">let receivedValue = 0
serial.onDataReceived("\n", function () {
    receivedValue = parseInt(serial.readUntil("\n"))
    if (receivedValue == 0) {
        basic.showIcon(IconNames.Scissors)
    } else if (receivedValue == 1) {
        basic.showIcon(IconNames.SmallSquare)
    } else {
        basic.clearScreen()
    }
})
</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2025-09-24 05:03:45 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601080615</guid>
      </item>
      <item>
         <title>3조</title>
         <author></author>
         <link>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601244653</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://teachablemachine.withgoogle.com/models/-luXDDJxy/">https://teachablemachine.withgoogle.com/models/-luXDDJxy/</a></p>]]></description>
         <enclosure url="https://haneulnopi-crypto.github.io/micro/bridge.html" />
         <pubDate>2025-09-24 06:48:10 UTC</pubDate>
         <guid>https://padlet.com/untriedpurpose101/ya48ki0449odacwc/wish/3601244653</guid>
      </item>
   </channel>
</rss>
