Run commands set in a file

Description

Run commands set in a file.

If no file name matched, then do nothing.

Usage:

Direct:

"fCSfname "

Arduino:

void runFile(const char *fname)

C:

void Digole_runFile(const char *fname)

 

Note: This function can't run in commands set.

Parameters:

fname

The file's name that has commands set in flash memory.

Example (Arduino):

mydisp.runFile("hello.txt");  

Changelog

Version Description
V7 function was added.

See Also