<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>동아리 수업 패들렛 by 이성은</title>
      <link>https://padlet.com/leestar1497/8dq96alclln4bami</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-06-19 00:11:50 UTC</pubDate>
      <lastBuildDate>2024-07-05 23:27:31 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>교사 게시물</title>
         <author>leestar1497</author>
         <link>https://padlet.com/leestar1497/8dq96alclln4bami/wish/3031579280</link>
         <description><![CDATA[<p>게시</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-06-19 00:14:23 UTC</pubDate>
         <guid>https://padlet.com/leestar1497/8dq96alclln4bami/wish/3031579280</guid>
      </item>
      <item>
         <title></title>
         <author>leestar1497</author>
         <link>https://padlet.com/leestar1497/8dq96alclln4bami/wish/3046516580</link>
         <description><![CDATA[<pre><code class="language-python">import keyboard
import keyboard             # 키보드 입력 감지
# import pyautogui as auto  # 마우스 포인터 이동
import time                    # 시간 지연
from AltinoLite import *
Open() 
while True:          # 무한반복
    try:
        if keyboard.is_pressed('q'):   # F1 키가 눌렸으면
            print("q를 눌렀습니다")                       # 글자 출력하고
            time.sleep(0.1)                # 0.1초 기다림
            Light(0x0f)  #라이트 전체 켜기
            delay(3000)
            Light(0)
        elif keyboard.is_pressed('w'):
            print("w를 눌렀습니다")           
            time.sleep(0.1)
            #Steering(0.0)
            Go(500,500)
            delay(2000)
            Go(0,0)
            Go(-300,-300)
            delay(2000)
            Go(0,0)
        elif keyboard.is_pressed('e'):
            print("e를 눌렀습니다")           
            time.sleep(0.1)                  
        else:
            pass
    except:
        pass
Close()</code></pre>]]></description>
         <enclosure url="" />
         <pubDate>2024-07-05 23:28:07 UTC</pubDate>
         <guid>https://padlet.com/leestar1497/8dq96alclln4bami/wish/3046516580</guid>
      </item>
   </channel>
</rss>
