5-14
esp_get_sys_config Report ESP System Configuration (Continued)
Usage Example:
#include “esp6000.h”
main()
{
long error, servotick, systconfig;
if (!esp_init_system())
{
printf(“ESP6000 Not Initialized! \r\n”);
exit(-1);
}
/* Get ESP System Configuration */
esp_get_sys_config(&sysconfig);
/* print present system configuration */
printf(“Configuration = %x \r\n”, sysconfig);
}
See Also:
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com