コンソール関連の関数
Functions for Using ConsoleConsoleに関連する関数をまとめてみました。
Nefryのwebconsoleとserialに文字を表示します。Serialはデフォルトでは115200bpsで通信します。
Nefryのwebconsoleとserialに文字を表示します。改行なしです。
println
Nefryのwebconsoleとserialに文字を表示します。改行ありです。
available
Nefryのwebconsoleで入力された文字数を返します。
read
Nefryのwebconsoleで入力された文字を返します。
Last edited on 2017.05.29 by
わみ