This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 분실방지 태그 시스템 - 파인더/휴대용 | |
| # micro:bit에 업로드할 코드 | |
| from microbit import * | |
| import radio | |
| import music | |
| CHANNEL = 73 | |
| POWER = 7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import glob | |
| import parmap | |
| import multiprocessing | |
| import subprocess as sp | |
| FFMPEG_BIN = "ffmpeg" | |
| def encode(input, output_path): |