質問編集履歴
8
title
CHANGED
File without changes
|
body
CHANGED
@@ -199,6 +199,7 @@
|
|
199
199
|
|
200
200
|
}
|
201
201
|
```
|
202
|
+
|
202
203
|
|
203
204
|
発生している問題・エラーメッセージ
|
204
205
|
エラーメッセージ
|
7
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
6
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
5
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -198,6 +198,8 @@
|
|
198
198
|
}/*while*/
|
199
199
|
|
200
200
|
}
|
201
|
+
```
|
202
|
+
|
201
203
|
発生している問題・エラーメッセージ
|
202
204
|
エラーメッセージ
|
203
205
|
Warning: Board ATmega88_168P_328P:avr:atmega328p doesn't define a 'build.board' preference. Auto-set to: AVR_ATMEGA328P
|
3
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,8 +5,6 @@
|
|
5
5
|
そしてATmel StudioをArduinoに変換したいです‼️**
|
6
6
|
|
7
7
|
```c
|
8
|
-
コード
|
9
|
-
```
|
10
8
|
#define F_CPU 8000000UL /* <util / delay.h>で使用されます。(8GHzを意味します) */
|
11
9
|
|
12
10
|
#include <avr/io.h>
|