1 Star 2 Fork 1

uncommon_ljl/grbl_controller_esp32

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cmd.h 795 Bytes
一键复制 编辑 原始数据 按行查看 历史
mstrens 提交于 6年前 . cmd defined in SPIFFS
#ifndef cmd_h
#define cmd_h
void listSpiffsDir(const char * dirname, uint8_t levels) ;
//void readFile(const char * path) ;
//void writeFile(const char * path, const char * message) ;
//void appendFile(const char * path, const char * message) ;
//void renameFile(const char * path1, const char * path2) ;
//void deleteFile(const char * path) ;
//void testFileIO(const char * path) ;
void spiffsTest() ;
void deleteFileLike (const char * path) ;
boolean createFileCmd( const char * fileName) ;
boolean writeFileCmd( char ) ; // write a char to an opened file
void closeFileCmd() ;
boolean spiffsInit() ;
boolean cmdNameInit() ; // true when error reading the cmd on SPIFFS
boolean spiffsOpenCmdFile( char * spiffsCmdName ) ;
int spiffsAvailableCmdFile() ;
char spiffsReadCmdFile() ;
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uncommon_ljl_admin/grbl_controller_esp32.git
git@gitee.com:uncommon_ljl_admin/grbl_controller_esp32.git
uncommon_ljl_admin
grbl_controller_esp32
grbl_controller_esp32
master

搜索帮助