bengtmartensson / bengtmartensson/Infrared4Arduino
Allow ending spaces to be > 65535
Open
enhancement
limitation
refactoring
- Dominant language
- C++
- Stars
- 74
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when using uint16_t as microseconds_t, ending spaces are limited to that data type. This is not enough for many use cases.
Requirement on a solution is that it does not depend on microseconds_t being uint16_t,
Branch ExtraEndingGap. millisec-edning
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.