aboutsummaryrefslogtreecommitdiff
path: root/ci/expected
diff options
context:
space:
mode:
authorPer Lindgren <per.lindgren@ltu.se>2022-01-04 20:59:22 +0100
committerPer Lindgren <per.lindgren@ltu.se>2022-01-04 22:21:57 +0100
commit305e8295d5727502bcbd13a5a0b7a60759e5152b (patch)
treeed908b8a35f34ae5f1de7de12aae744b30905687 /ci/expected
parentdcba1a55ddf27995da61253ec79f8c915bb3da38 (diff)
Drift free timing examples
Diffstat (limited to 'ci/expected')
-rw-r--r--ci/expected/periodic-at.run4
-rw-r--r--ci/expected/periodic-at2.run7
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 }