回答編集履歴

1

ko

2019/01/17 07:43

投稿

ozwk
ozwk

スコア13521

test CHANGED
@@ -1,8 +1,6 @@
1
1
  ```
2
2
 
3
3
  BluetoothSerial SerialBT; // Bluetoothのシリアルポートだよ!
4
-
5
-
6
4
 
7
5
  /*
8
6
 
@@ -10,13 +8,9 @@
10
8
 
11
9
  */
12
10
 
13
-
14
-
15
11
  // シリアルポートより1文字読み込む
16
12
 
17
13
  inputchar = Serial.read();
18
-
19
-
20
14
 
21
15
  ```
22
16