mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Drift free timing examples
This commit is contained in:
parent
dcba1a55dd
commit
305e8295d5
5 changed files with 123 additions and 0 deletions
4
ci/expected/periodic-at.run
Normal file
4
ci/expected/periodic-at.run
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
foo Instant { ticks: 0 }
|
||||
foo Instant { ticks: 100 }
|
||||
foo Instant { ticks: 200 }
|
||||
foo Instant { ticks: 300 }
|
||||
7
ci/expected/periodic-at2.run
Normal file
7
ci/expected/periodic-at2.run
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
foo Instant { ticks: 0 }
|
||||
bar Instant { ticks: 10 }
|
||||
foo Instant { ticks: 110 }
|
||||
bar Instant { ticks: 120 }
|
||||
foo Instant { ticks: 220 }
|
||||
bar Instant { ticks: 230 }
|
||||
foo Instant { ticks: 330 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue