Functions added
- Added functions
setEaseTo()
,setEaseToD()
,startEaseTo()
andstartEaseToD()
with first parameter asunsigned int
to avoid compiler errorscall of overloaded 'startEaseTo(unsigned int...
. - Added functions read() and readMicroseconds() to be compatible to Servo library.
- Added function reattach() without parameters to be used after detach().
- Added
USE_USER_PROVIDED_SERVO_LIB
macro.