SD:File class
在文件中对一个位置进行索引,该位置必须在0到文件的大小之间。
file.seek(pos)
file :File类的object(由SD.open()返回) pos:要索引的位置(unsigned long)
成功返回true,失败返回false(boolean)
返回主菜单