arduino-libraries / Servo

Servo Library for Arduino
http://arduino.cc/
GNU Lesser General Public License v2.1
245 stars 255 forks source link

Changes code to retain fractional part till end #39

Closed kone807 closed 4 years ago

kone807 commented 4 years ago

Edited lines 6 and 7 by changing int to float type and then rounding them off to int. Hope it solves the issue of retaining the fractional part.

PS - this is my first time (trying to) contributing to open source. Pardon any mistakes.