diff options
| author | Per Lindgren <per.lindgren@ltu.se> | 2022-01-04 20:59:22 +0100 |
|---|---|---|
| committer | Per Lindgren <per.lindgren@ltu.se> | 2022-01-04 22:21:57 +0100 |
| commit | 305e8295d5727502bcbd13a5a0b7a60759e5152b (patch) | |
| tree | ed908b8a35f34ae5f1de7de12aae744b30905687 /ci | |
| parent | dcba1a55ddf27995da61253ec79f8c915bb3da38 (diff) | |
Drift free timing examples
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/expected/periodic-at.run | 4 | ||||
| -rw-r--r-- | ci/expected/periodic-at2.run | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ci/expected/periodic-at.run b/ci/expected/periodic-at.run new file mode 100644 index 0000000..54020f9 --- /dev/null +++ b/ci/expected/periodic-at.run @@ -0,0 +1,4 @@ +foo Instant { ticks: 0 } +foo Instant { ticks: 100 } +foo Instant { ticks: 200 } +foo Instant { ticks: 300 } diff --git a/ci/expected/periodic-at2.run b/ci/expected/periodic-at2.run new file mode 100644 index 0000000..47adbef --- /dev/null +++ b/ci/expected/periodic-at2.run @@ -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 } |
