Skip to content

Commit

Permalink
Add example output to multi_alarm_simple_overflow README
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy committed Sep 20, 2024
1 parent ffc7f8b commit 099ae64
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/tests/multi_alarm_simple_overflow_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,21 @@ is at 32kHz).
If the virtual alarm library is buggy, this test might fail by
scheduling the 1 second alarm _after_ the longer wrapping alarm, and
it won't fire immediately.

# Example Output

Correct:

```
2 10512380 10511329
1 3 1
```

Incorrect:

(after no output for an entire clock overflow, e.g. ~7 minutes)

```
1 3 1
2 10512341 10511329
```

0 comments on commit 099ae64

Please sign in to comment.