質問編集履歴

1

回路図を追加

2020/08/21 10:09

投稿

goffee555
goffee555

スコア6

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  headers = {'Authorization': 'Bearer ' + 'アクセストークン' }
52
52
 
53
- requests.post('https://notify-api.line.me/api/notify', data=payload, headers=headers)
53
+ requests.post('https://notify-api.line.me/api/notify', data=payload, headers=headers)- リスト
54
54
 
55
55
 
56
56
 
@@ -92,7 +92,15 @@
92
92
 
93
93
 
94
94
 
95
+ ###回路図
95
96
 
97
+ ![イメージ説明](a74ae3798bb231286af3afcf05979782.png)
98
+
99
+ 電子回路についてあまり詳しくないのですが、回路図は上記の通りです。
100
+
101
+ - タクトスイッチはA接点です。
102
+
103
+ (補足のご指摘ありがとうございます。)
96
104
 
97
105
 
98
106