SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_printf.spc

This is an example of how to use the printf function.

task main()
{
int value = ADChannel0;
printf("value = %d\n", value);
}