質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
```下記のプログラミングコードについて質問なのですが、Wire.beginTransmission(0x31)の構文でコンパイルエラーになってしまうのですが、
|
2
2
|
原因がわかりません。教えてほしいです。
|
3
3
|
|
4
|
+
エラーメッセージでは、
|
5
|
+
Wire was not declared in this scope
|
6
|
+
と表記されています。
|
7
|
+
|
4
8
|
include <Wire.h>
|
5
9
|
|
6
10
|
void setup() {
|