DeepBlueRobotics / lib199

Code that we reuse in different projects/years.
Other
2 stars 0 forks source link

Update fake PWM ports to increment their values by 10 #5

Closed CoolSpy3 closed 3 years ago

CoolSpy3 commented 3 years ago

Fixes #4.

CoolSpy3 commented 3 years ago

It looks like EncoderSim caps its input values between 0 and 20 :/

brettle commented 3 years ago

It looks like EncoderSim caps its input values between 0 and 20 :/

Grumble. Can we use a SimDeviceSim instead?

CoolSpy3 commented 3 years ago

It looks like EncoderSim caps its input values between 0 and 20 :/

Grumble. Can we use a SimDeviceSim instead?

I'll look into it.

CoolSpy3 commented 3 years ago

This is supplemented by https://github.com/DeepBlueRobotics/WPILibWebSocketsToWebots/pull/10