-
Notifications
You must be signed in to change notification settings - Fork 3
Class_wlan
Ko-ichiro Sugiyama edited this page May 16, 2022
·
10 revisions
WLAN クラスでネットワーク接続することが前提
コンストラクタの中で,SNTP サーバへの接続と時刻取得の両方を行う.
例
sntp = SNTP.new( mode )
例
puts sprintf("%04d-%02d-%02d %02d:%02d:%02d", time.year, time.mon, time.mday, time.hour, time.min, time.sec)