Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

v1.1.0 to convert to h-only style, to fix setPulseWidth() bug and to optimize code by using passing by `reference` instead of by `value`

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 28 Feb 02:56
· 15 commits to main since this release
fc5ebb8

Releases v1.1.0

  1. Convert to h-only style
  2. Add example multiFileProject to demo for multiple-file project
  3. Fix setPulseWidth() bug. Check setPulseWidth - removed wrong map #2
  4. Optimize code by using passing by reference instead of by value