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`
Releases v1.1.0
- Convert to
h-only
style - Add example multiFileProject to demo for multiple-file project
- Fix
setPulseWidth()
bug. Check setPulseWidth - removed wrong map #2 - Optimize code by using passing by
reference
instead of byvalue