Skip to content

Commit

Permalink
added the --off-on-exit flag to the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
attie committed Jan 6, 2020
1 parent 4bad3de commit f0d4b73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ koradctl -v 12 -i 0.4 -e on -M -f 10
# 3.3v, 250mA, OCP on, OVP off, Output on, Monitor once
koradctl --ocp on --ovp off -v 3.3 -i 0.25 -e on -m

# 5v, 150mA, Output on, Monitor with default interval, Turn output off on ^C
koradctl -v 5 -i 0.15 -e on -M -o

# further usage information:
koradctl --help
```
Expand Down

0 comments on commit f0d4b73

Please sign in to comment.