You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard single encoder (class Encoder) is now interrupt based (no need to call encoder.tick() in loop anymore)
The original polling version is available with the class PollingEncoder
The 'all encoder callback' of the multiplexed encoder classes now also has a delta parameter
Breaking change: The count mode parameter of the multiplexed classes moved from the constructor to the begin function to be symmetric to the single encoder classes.