SPC  Version 0.9.5
 All Files Functions Groups Pages
ex_systemclock.spc

This is an example of how to use the SystemClock system constant as well as the Wait and printf functions.

task main()
{
while(true)
{
printf("%d\n", SystemClock);
}
}