Bumblefuck / HBR-Proportional-Valve

This is an arduino C sketch for controlling a proportional valve with potentiometer joy stick
27 stars 11 forks source link

Fix an output of value 0 being ignored #7

Closed DanNixon closed 8 years ago

DanNixon commented 8 years ago

This fixes the case where the corrected joystick output is zero and the PWM value is not changed.

Also cleaned up the readme.

Closes #4.

DanNixon commented 8 years ago

Fixed in #8.