Skip to content

EncoderTool - v2.0.0

Compare
Choose a tag to compare
@luni64 luni64 released this 31 Aug 13:28
· 137 commits to master since this release

New features

  • 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.
  • Examples adapted to the new constructors

Bug fixes

  • Fixed a bug in libraries.properties