Double Encoder in parrallel ?
Closed this issue · 3 comments
mgirard85 commented
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
luni64 commented
Not yet but this is easily fixed. However, I can't work on it until the weekend
luni64 commented
See version v2.3.0. You should be able to generate up to 4 simulator objects now.
mgirard85 commented
Thanks it works great !