From 7ce9c4c9ab739412134e04c221bdb92c55a6ff67 Mon Sep 17 00:00:00 2001 From: Wataru KUNINO Date: Mon, 16 Sep 2024 13:11:46 +0900 Subject: [PATCH] =?UTF-8?q?23=E7=95=AA=E3=83=94=E3=83=B3=E7=84=A1=E7=B7=9A?= =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB=E9=9B=BB=E6=BA=90?= =?UTF-8?q?=E3=81=AE=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raspi-pico/example04_wbgt_udp_le.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-pico/example04_wbgt_udp_le.py b/raspi-pico/example04_wbgt_udp_le.py index 339bfe8..bc998f8 100644 --- a/raspi-pico/example04_wbgt_udp_le.py +++ b/raspi-pico/example04_wbgt_udp_le.py @@ -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を出力