objectPage http://www.yama-lab.org/fwb4pi/index.php?work202401 or  http://www.yama-lab.org/fwb4pi/index.php?work202401
device yamaRasPiDp9_1 or yamaRasPiDp9_2 start after no write for 10 min.
command: set readInterval=15000
command: set execInterval=0
command: py test
py: #
py: from machine import Pin
py: import time
py: led = Pin('LED', Pin.OUT)
py: while True:
py:   led.off()
py:   time.sleep(0.5)
py:   led.on()
py:   time.sleep(1.5)
command: end test
command: run test
result:
Hello!
This is a test3....
xxxx
currentDevice="yama_pico_0000_0000_0000_0001". Date=2024/01/20 14:56:31

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS