Run commands set from the address in flash memory

Description

Run commands set from the address in flash memory

Note: V7 firmware----the address will be remapped into the reserved memory space that reserved by command Reserve flash.

Usage:

Direct:

"FLMCSA"

Arduino:

void runCommandSet(uint24_t A)

C:

void Digole_runCommandSet(uint24_t A)

 

Parameters:

A

The 3 bytes address in flash memory.

Example (Arduino):

mydisp.runCommandSet(65535);  

Changelog

Version Description
   

See Also

What is commands set

Run commands set file