teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

8

2021/01/20 11:29

投稿

jyojyo
jyojyo

スコア3

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

2021/01/20 11:29

投稿

jyojyo
jyojyo

スコア3

title CHANGED
File without changes
body CHANGED
File without changes

6

2021/01/20 11:26

投稿

jyojyo
jyojyo

スコア3

title CHANGED
File without changes
body CHANGED
File without changes

5

2021/01/20 11:26

投稿

jyojyo
jyojyo

スコア3

title CHANGED
File without changes
body CHANGED
File without changes

4

2021/01/20 11:26

投稿

jyojyo
jyojyo

スコア3

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

2021/01/20 11:25

投稿

jyojyo
jyojyo

スコア3

title CHANGED
File without changes
body CHANGED
File without changes

2

2021/01/20 11:19

投稿

jyojyo
jyojyo

スコア3

title CHANGED
File without changes
body CHANGED
File without changes

1

2021/01/20 11:19

投稿

jyojyo
jyojyo

スコア3

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>