from machine import Pin


Red_Led = Pin(23, Pin.OUT) # Pin.OUT กำหนดให้ขานี้เป็นขาแสดงผล

#Red_Led.on()
Red_Led.off()