Skip to content

Commit

Permalink
23番ピン無線モジュール電源のコメント追加
Browse files Browse the repository at this point in the history
  • Loading branch information
bokunimowakaru committed Sep 16, 2024
1 parent 76bde5a commit 7ce9c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspi-pico/example04_wbgt_udp_le.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import network # ネットワーク通信
import usocket # μソケット通信

wifi = Pin(23, Pin.OUT)
wifi = Pin(23, Pin.OUT) # 無線LANモジュールの電源ピン
led = Pin("LED", Pin.OUT) # Pico W LED用ledを生成
gnd = Pin(6, Pin.OUT) # GP6をSHT31のGNDピンに接続
gnd.value(0) # GND用に0Vを出力
Expand Down

0 comments on commit 7ce9c4c

Please sign in to comment.