-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework matchData() to handle equal total data bit time protocols. (#408)
* Give up on specific cpu-time optimised for matching data to save on overall code space/usage. * Improves readablity & simplicty of the function. * Now supports two more protocol types. More generic now. e.g. equal total data bit time, and arbitary mark/space timing for bit values. * Unit tests to cover those cases & supported protocol types. Ref #406
- Loading branch information
1 parent
8172712
commit 6f13468
Showing
2 changed files
with
140 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters