Skip to content

Commit 942f2b9

Browse files
authored
Merge pull request #5 from Lukious/patch-8
translate_keyboardprint.adoc
2 parents 296e9da + 9836046 commit 942f2b9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Language/Functions/USB/Keyboard/keyboardPrint.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ title: Keyboard.print()
1313
--
1414

1515
[float]
16-
=== 설명
17-
Sends a keystroke to a connected computer.
16+
=연결된 컴퓨터에 입력키를 보냅니다.
1817

19-
`Keyboard.print()` must be called after initiating link:../keyboardbegin[Keyboard.begin()].
18+
`Keyboard.print()`link:../keyboardbegin[Keyboard.begin()]을 시작한 후에 호출해야 합니다.
2019
[%hardbreaks]
2120

2221

@@ -27,11 +26,11 @@ Sends a keystroke to a connected computer.
2726

2827
[float]
2928
=== 매개변수
30-
`character` : a char or int to be sent to the computer as a keystroke characters : a string to be sent to the computer as a keystroke.
29+
`character` :char 또는 int는 키입력한 문자로 컴퓨터에 전송됩니다. 키입력으로 컴퓨터에 전송할 문자열입니다.
3130

3231
[float]
3332
=== 반환
34-
`size_t` : number of bytes sent.
33+
`size_t` : 바이트의 수가 보내집니다.
3534

3635
--
3736
// OVERVIEW SECTION ENDS
@@ -72,7 +71,7 @@ void loop() {
7271

7372
[float]
7473
=== 주의와 경고
75-
When you use the `Keyboard.print()` command, the Arduino takes over your keyboard! Make sure you have control before you use the command. A pushbutton to toggle the keyboard control state is effective.
74+
`Keyboard.print()`명령을 사용하면 오직 Arduino가 키보드를 조절합니다. 명령을 사용하기 전에 제어권이 있는지 확인하십시오. 키보드 컨트롤 상태를 토글하는 푸시 버튼이 효과적입니다..
7675

7776
--
7877
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)