SofaPirate / Plaquette

Object-oriented Arduino library for creative physical computing
https://sofapirate.github.io/Plaquette/
GNU General Public License v3.0
15 stars 4 forks source link

In PqServo : make sure to constrain values #93

Closed sofian closed 4 months ago

sofian commented 9 months ago

Currently someone could choose to send a values outside of [0, 1] for servo and I am not sure what would happen. Constrain the value.

sofian commented 4 months ago

This has been fixed long ago.