From 47a24e23fb0124d8f53cc4ff1d0b0bfc0a542971 Mon Sep 17 00:00:00 2001 From: jhYun505 Date: Wed, 30 Nov 2022 01:30:58 +0900 Subject: [PATCH] Remove not translated text --- .../lessons/1-speech-recognition/translations/pi-audio.ko.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/6-consumer/lessons/1-speech-recognition/translations/pi-audio.ko.md b/6-consumer/lessons/1-speech-recognition/translations/pi-audio.ko.md index 8196315d..eaf14600 100644 --- a/6-consumer/lessons/1-speech-recognition/translations/pi-audio.ko.md +++ b/6-consumer/lessons/1-speech-recognition/translations/pi-audio.ko.md @@ -4,12 +4,8 @@ ## 하드웨어 -The Raspberry Pi needs a button to control the audio capture. - Raspberry Pi는 오디오 캡처를 조절하는 버튼을 필요로 합니다. -The button you will use is a Grove button. This is a digital sensor that turns a signal on or off. These buttons can be configured to send a high signal when the button is pressed, and low when it is not, or low when pressed and high when not. - 사용할 버튼은 Grove 버튼입니다. 이것은 신호를 켜고 끄는 디지털 센서입니다. 버튼이 눌리면 높은 값의 신호를 보내고 누르지 않으면 낮은 값의 신호를 보내도록 구성됩니다. 또는 눌렀을 때 낮은 값, 누르지 않았을 때 높은 값으로도 구성할 수 있습니다. ReSpeaker 2-Mics Pi HAT을 마이크로 이용한다면 여기에 이미 장착이 되어있기 때문에 버튼을 연결할 필요가 없습니다. 다음 섹션으로 넘어가십시오.