/* SerialUtil.h - Serialから文字列を受け取るためのライブラリ ## ライセンス ## (C)2013 kou029w - MIT License */ #ifndef SerialUtil_h #define SerialUtil_h #include template String inputLine(String str, T& serial); template String getStr(size_t size, T& serial); #endif