Hi All,

Here below are 3 lines of code in chuck. How could I modify it to output the value of T in the chout?

// this synchronizes to period
0.75::second => dur T;
T - (now % T) => now;
// output to console on stdout
chout <= 1 <= " foo " <= 5.5 <= IO.newline();

Regards,

Stephane