Skip to content

Commit

Permalink
Add get_gpio to man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Jul 26, 2023
1 parent bf3ac3b commit 13a8c0f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 33 deletions.
10 changes: 3 additions & 7 deletions doc/man1/rigctl.1
Original file line number Diff line number Diff line change
Expand Up @@ -1415,14 +1415,10 @@ Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
Can also use 1,2,3,4
.
.TP
.BR XXXX
.BR get_gpio " \(aq" \fIGPIO#\fP "\(aq
.EX
Stuff
.
.TP
.BR XXXX
.EX
Stuff
Reads GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
Can also use 1,2,3,4
.
.SH READLINE
.
Expand Down
47 changes: 21 additions & 26 deletions doc/man1/rigctld.1
Original file line number Diff line number Diff line change
Expand Up @@ -1222,32 +1222,27 @@ Examples:
.EX
Returns hamlib version with ISO8601 date/time
.
+.TP
+.BR hamlib_version
+.EX
+Returns hamlib version with ISO8601 date/time
+.
+.TP
+.BR test
+.EX
+Performs test routines. Under development.
+.
+.TP
+.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq
+.EX
+Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
+Can also use 1,2,3,4
+.
+.TP
+.BR XXXX
+.EX
+Stuff
+.
+.TP
+.BR XXXX
+.EX
+Stuff
.TP
.BR hamlib_version
.EX
Returns hamlib version with ISO8601 date/time
.
.TP
.BR test
.EX
Performs test routines. Under development.
.
.TP
.BR set_gpio " \(aq" \fIGPIO#\fP "\(aq
.EX
Sets GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
Can also use 1,2,3,4
.
.TP
.BR get_gpio " \(aq" \fIGPIO#\fP "\(aq
.EX
Reads GPIO1, GPIO2, GPIO3, GPIO4 on the GPIO ptt port
Can also use 1,2,3,4
.
.SH PROTOCOL
.
Expand Down

0 comments on commit 13a8c0f

Please sign in to comment.