From 305e8295d5727502bcbd13a5a0b7a60759e5152b Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Tue, 4 Jan 2022 20:59:22 +0100 Subject: Drift free timing examples --- ci/expected/periodic-at.run | 4 ++++ ci/expected/periodic-at2.run | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 ci/expected/periodic-at.run create mode 100644 ci/expected/periodic-at2.run (limited to 'ci/expected') 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 } -- cgit v1.2.3