NXC: how to SetRotationCount(OUT_A, longval) ?
Posted: 12 Nov 2011, 12:27
hi,
how can I set (patch) a RotationCount to a certain value?
by
I can set it to zero.
But if I want to set it e.g. to 300:
how can I do this?
how can I set (patch) a RotationCount to a certain value?
by
Code: Select all
ResetRotationCount(OUT_A);
But if I want to set it e.g. to 300:
Code: Select all
SetRotationCount(OUT_A, 300);