Skip to content

Commit

Permalink
Update IntervalTimer change note in the CHANGELOG to clarify the timi…
Browse files Browse the repository at this point in the history
…ng source
  • Loading branch information
ssilverman committed Dec 7, 2020
1 parent 220ce5c commit 0579c8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ and this project adheres to

### Changed
* Replaced use of the custom `PeriodicTimer` with the Teensy library's
`IntervalTimer`. This helps compatibility with other libraries that use
this API. This means that BREAK times are slightly less accurate.
`IntervalTimer`. This helps compatibility with other libraries that use this
API. This means that BREAK times are slightly less accurate (when using a
timer and not serial parameters).
* Changed the default way to generate BREAK and MAB timings to use serial
parameters instead of a timer.
* Updated the `SendTestPackets` example to use serial parameters for the BREAK
Expand Down

0 comments on commit 0579c8f

Please sign in to comment.