luni64/EncSim

Double Encoder in parrallel ?

Closed this issue · 3 comments

Hi thanks for this project it help me a lot on a unit test on Industrial Ultrasonic Equipment validation.
Is it possible to define 2 EncSim like this :

EncSim simulator(0,1);
EncSim simulator2(3,4);

and apply different configuration (freq, period) on each ?

I hope my request is clear for you

Thanks a lot
M.GIRARD

Not yet but this is easily fixed. However, I can't work on it until the weekend

See version v2.3.0. You should be able to generate up to 4 simulator objects now.

Thanks it works great !