tak2저격글 > 코딩 스토리

tak2저격글

페이지 정보

작성자 tak2저격이름으로 검색 (211.♡.168.221) 작성일 24-10-18 10:23 조회 5,443 댓글 -16

본문

from microbit import *
import audio

led_image = Image("11111:11111:11111:11111:11111")
touch_image = Image("00000:09090:00000:90009:09990")
shake_image = Image("99099:99099:00900:09090:00900")
timer=0
audio.play(Sound.HELLO)

while True:
    display.show(led_image * ((microphone.sound_level()/255) * 9) )
    if pin_logo.is_touched():
        timer = 0
        display.show(touch_image)
        audio.play(Sound.HAPPY)
    elif accelerometer.was_gesture('shake'):
        timer = 0
        display.show(shake_image)
        audio.play(Sound.GIGGLE)
    else:
        sleep(1000)
        timer = timer + 1
    if  timer > 60 :
        display.show(Image.ASLEEP)
        audio.play(Sound.YAWN)
    elif timer > 120 :
        display.show(Image.CONFUSED)
        audio.play(Sound.SAD)
    elif timer > 180 :
        display.show(Image.ANGRY)
        audio.play(Sound.MYSTERIOUS)
좋아요26 이 글을 좋아요하셨습니다
url 복사 카카오톡 공유 라인 공유 페이스북 공유 트위터 공유

카테고리 분류 학습 시스템 (총 0개 학습됨)

예측 카테고리: 일상-잡담 (랜덤 - 학습 데이터 없음)

이 분류가 맞나요? 학습시켜주세요!

등록된 댓글이 없습니다.

  • RSS
  • _  글쓰기 글쓰기
전체 1건
게시물 검색

접속자집계

오늘
1,773
어제
3,897
최대
42,418
전체
940,001