gpioctl.8 (0bfd163f522701b486e066fa2e56624c02f5081a) gpioctl.8 (8ce07fe72eb5ca0925f192cb74ff8097a81f68c2)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD$
29.\"
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD$
29.\"
30.Dd August 13, 2013
30.Dd November 7, 2013
31.Dt GPIOCTL 1
32.Os
33.Sh NAME
34.Nm gpioctl
35.Nd GPIO control utility
36.Sh SYNOPSIS
37.Nm
38.Cm -l

--- 65 unchanged lines hidden (view full) ---

104gpioctl -f /dev/gpioc0 12 1
105.It
106Configure pin 12 to be input pin
107.Pp
108gpioctl -f /dev/gpioc0 -c 12 IN
109.El
110.Sh SEE ALSO
111.Xr gpio 4
31.Dt GPIOCTL 1
32.Os
33.Sh NAME
34.Nm gpioctl
35.Nd GPIO control utility
36.Sh SYNOPSIS
37.Nm
38.Cm -l

--- 65 unchanged lines hidden (view full) ---

104gpioctl -f /dev/gpioc0 12 1
105.It
106Configure pin 12 to be input pin
107.Pp
108gpioctl -f /dev/gpioc0 -c 12 IN
109.El
110.Sh SEE ALSO
111.Xr gpio 4
112.Xr gpioiic 4
113.Xr gpioled 4
112.Sh HISTORY
113The
114.Nm
115utility appeared in
116.Fx 9.0 .
117.Sh AUTHORS
118.An -nosplit
119The
120.Nm
121utility and this manual page were written by
122.An Oleksandr Tymoshenko
123.Aq gonzo@freebsd.org
114.Sh HISTORY
115The
116.Nm
117utility appeared in
118.Fx 9.0 .
119.Sh AUTHORS
120.An -nosplit
121The
122.Nm
123utility and this manual page were written by
124.An Oleksandr Tymoshenko
125.Aq gonzo@freebsd.org