-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- fix #15, loop unroll option, improving performance, kudos to nt314p - fixed bug in test program (see #15) - added flag to select LOOP UNROLL (is optional as it gives larger code size) - optimized the not unrolled loop with ideas of the unrolling version. - corrected type lastValue to uint8_t - add FastShiftOut_scope_test.ino - update readme.md - minor edits
- Loading branch information
1 parent
9ac57a7
commit d926090
Showing
11 changed files
with
523 additions
and
71 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
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
Oops, something went wrong.