質問編集履歴
1
<code>内にコードを納めました
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,8 @@
|
|
13
13
|
|
14
14
|
試したコード:
|
15
15
|
|
16
|
+
```c
|
16
|
-
/#include <ezButton.h>
|
17
|
+
/#include <ezButton.h>
|
17
18
|
|
18
19
|
ezButton button1(2);
|
19
20
|
ezButton button2(3);
|
@@ -45,6 +46,7 @@
|
|
45
46
|
|
46
47
|
}
|
47
48
|
|
49
|
+
```
|
48
50
|
|
49
51
|
補足情報:
|
50
52
|
|