Skip to content

Commit c09d6ad

Browse files
committed
tools: Fix: Stale DacValues/README.md
1 parent e8ff947 commit c09d6ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/DacValues/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in the firmware code to generate various waveforms.
55

66
### Prerequisites
77

8-
1. Zig compiler 0.14.0
8+
1. Zig compiler 0.15.1
99

1010
There is no particular reason to use Zig language, other than my liking for it.
1111

@@ -15,13 +15,13 @@ There is no particular reason to use Zig language, other than my liking for it.
1515

1616
```bash
1717
$ zig build
18-
$ ./zig-out/bin/dv sine # 'sine' option to produce values representing a sine wave
18+
$ ./zig-out/bin/dv # Displays help and uage information
1919
```
2020

2121
It is also possible to run the binary using `zig build` as shown below.
2222

2323
```bash
24-
$ zig build run -- sine
24+
$ zig build run -- <args> # Refer to usage for <args>
2525
```
2626

2727
### Unittests

0 commit comments

Comments
 (0)