The Target Information Macro expands to a Target Information XML sent to Azande Studio.

In Azande studio you can see the target information in the Connection Properties Window.


Description:

Macro Name

Var Name

Name*

SW Version*

Date*

Note*


Example:

define_target_info(

targetInfo,

"UNO + Prototype Shield",

"1.0",

"2018-01-22",

"Testing"

);

Example: Name only

define_target_info(

targetInfo,

"My Robot",

,

,


);


*optional argument.