質問編集履歴

2

写真の追加

2018/03/06 04:54

投稿

band20010518
band20010518

スコア14

test CHANGED
@@ -1 +1 @@
1
- 赤と緑のLEDを点滅したいのですがコードあってますか?
1
+ 赤と緑のLEDを点滅したいのですがコードあってますか?(やってみたのですがエラーが出ました。)
test CHANGED
@@ -1,3 +1,5 @@
1
+ ![回路](8c9a7b10f37dc7c5881ce0176351971e.png)
2
+
1
3
  int redPin = 12; // Red LED connected to digital pin 12
2
4
 
3
5
  int greenPin = 11; // Green LED connected to digital pin 11

1

写真追加

2018/03/06 04:54

投稿

band20010518
band20010518

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,3 @@
1
- /Users/moeishizako/Desktop/image3.jpeg
2
-
3
1
  int redPin = 12; // Red LED connected to digital pin 12
4
2
 
5
3
  int greenPin = 11; // Green LED connected to digital pin 11