Code ID
You can identify the running program on your Arduino by assigning a Code ID (name + version) to your program:
- HC_codeName(name)
- HC_codeVersion(version)
The string parameters name and version must be declared and placed in the Program (Flash) Memory by using “const … PROGMEM” keywords.
Example
Refer to this example: Code ID.