回答編集履歴
1
修正
answer
CHANGED
@@ -1,2 +1,19 @@
|
|
1
|
-
あんまり自信ないんですが、
|
1
|
+
~~あんまり自信ないんですが、
|
2
|
-
`decode_results results`をレシーバの数だけ用意してみてください
|
2
|
+
`decode_results results`をレシーバの数だけ用意してみてください
|
3
|
+
~~
|
4
|
+
|
5
|
+
[Arduino-IRremote/IRReceive.cpp.h at master · Arduino-IRremote/Arduino-IRremote · GitHub](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/IRReceive.cpp.h)
|
6
|
+
|
7
|
+
> ```Arduino
|
8
|
+
> /**
|
9
|
+
> * Instantiate the IRrecv class. Multiple instantiation is not supported.
|
10
|
+
> * @param IRReceivePin Arduino pin to use. No sanity check is made.
|
11
|
+
> */
|
12
|
+
> IRrecv::IRrecv() {
|
13
|
+
> ```
|
14
|
+
|
15
|
+
はい、
|
16
|
+
|
17
|
+
> Multiple instantiation is not supported.
|
18
|
+
|
19
|
+
とのことです。
|