Skip to content

Commit 7033e84

Browse files
authored
Merge pull request #24 from sebuls/master
Stream
2 parents 859eaa8 + b45a2a8 commit 7033e84

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Language/Functions/Communication/stream.adoc

+4-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ subCategories: [ "통신" ]
1616

1717
[float]
1818
=== 설명
19-
Stream is the base class for character and binary based streams. It is not called directly, but invoked whenever you use a function that relies on it.
20-
21-
Stream defines the reading functions in Arduino. When using any core functionality that uses a `read()` or similar method, you can safely assume it calls on the Stream class. For functions like `print()`, Stream inherits from the Print class.
22-
23-
Some of the libraries that rely on Stream include :
19+
Stream은 문자와 이진 기반 스트림을 위한 기본 클래스이다. 직접 불러지지는 않지만, 그것에 의존하는 함수를 쓸 때마다 불린다.
20+
Stream은 아두이노에서 읽기 함수를 정의한다. `read()` 또는 비슷한 메소드를 사용하는 핵심 기능을 사용할 때, 그것이 Steam 클래스를 부른다고 가정할 수 있다.
21+
`print()` 같은 함수를 위해, stream은 Print 클래스에서 상속받는다.
22+
Stream에 의존하는 몇 라이브러리는 다음을 포함한다 :
2423

2524
* link:../serial[Serial]
2625
* link:https://www.arduino.cc/en/Reference/Wire[Wire]

0 commit comments

Comments
 (0)