Servo library requires a 16 bit timer and doesn't work on the Tinyx5.
SoftwareServo should be brought in and Servo fall back to use that for the x5 and others that don't play well with Servo, it should however hook into the millis timer somehow to perform the refresh rather than the user have to do it, so that it is transparent.
Also of course modify the API so it is the same as Servo if it's not already (I have not checked).
Servo
library requires a 16 bit timer and doesn't work on the Tinyx5.SoftwareServo should be brought in and
Servo
fall back to use that for the x5 and others that don't play well with Servo, it should however hook into the millis timer somehow to perform the refresh rather than the user have to do it, so that it is transparent.Also of course modify the API so it is the same as
Servo
if it's not already (I have not checked).