Conflicts: pigpio (<< 1.68-1)
Description: Client library for Raspberry Pi GPIO control (deprecated)
Pigpio is a set of software which allows control of the General Purpose Input
- Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
- in Debian as the server side is incompatible with Debian kernels.
+ Outputs (GPIO) locally or remotely.
.
This package provides the deprecated libpigpiod_if client library
Conflicts: pigpio (<< 1.68-1)
Description: Development headers for client libraries for Raspberry Pi GPIO control
Pigpio is a set of software which allows control of the General Purpose Input
- Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
- in Debian as the server side is incompatible with Debian kernels.
+ Outputs (GPIO) locally or remotely.
.
This package provides development headers for the libpigpiod_if2 and
libpigpiod_if client libraries.
+Package: libpigpio1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: pigpio (<< 1.68-1)
+Description: Library for Raspberry Pi GPIO control
+ Pigpio is a set of software which allows control of the General Purpose Input
+ Outputs (GPIO) locally or remotely.
+ .
+ This package provides the pigpio library used to access the GPIO directly.
+ (used by the pigpiod server, can also be used directly if desired)
+
+Package: libpigpio-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpigpio1 (= ${binary:Version})
+Conflicts: pigpio (<< 1.68-1)
+Description: Client tools for Raspberry Pi GPIO control
+ Pigpio is a set of software which allows control of the General Purpose Input
+ Outputs (GPIO) locally or remotely.
+ .
+ This package provides the development headers for the pigpio library used to
+ access the GPIO directly.
+
Package: pigpio-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pigpio (<< 1.68-1)
Description: Client tools for Raspberry Pi GPIO control
Pigpio is a set of software which allows control of the General Purpose Input
- Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
- in Debian as the server side is incompatible with Debian kernels.
+ Outputs (GPIO) locally or remotely.
.
This package provides the pigs and pig2vcd tools.
+Package: pigpiod
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: pigpio (<< 1.68-1)
+Description: Client tools for Raspberry Pi GPIO control
+ Pigpio is a set of software which allows control of the General Purpose Input
+ Outputs (GPIO) locally or remotely.
+ .
+ This package provides the pigpiod daemon which offers a socket and pipe
+ interface to the underlying library.
+
+Package: pigpio
+Architecture: any
+Depends:
+ libpigpiod-if2-1 (= ${binary:Version}),
+ libpigpiod-if1 (= ${binary:Version}),
+ libpigpiod-if-dev (= ${binary:Version}),
+ pigpio-tools (= ${binary:Version}),
+ libpigpio1 (= ${binary:Version}),
+ libpigpio-dev (= ${binary:Version}),
+ pigpio-tools (= ${binary:Version}),
+ pigpiod (= ${binary:Version}),
+ pigpio (= ${binary:Version})
+Description: Raspberry Pi GPIO control transitional package.
+ Pigpio is a set of software which allows control of the General Purpose Input
+ Outputs (GPIO) locally or remotely.
+ .
+ This is a transitional package that installs everything that was previously
+ included in the pigpio package before the package split
+
Package: python-pigpio
Section: python
Architecture: all
Recommends: pigpio
Description: Python module which talks to the pigpio daemon (Python 2)
Pigpio is a set of software which allows control of the General Purpose Input
- Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
- in Debian as the server side is incompatible with Debian kernels.
+ Outputs (GPIO) locally or remotely.
.
This package provides the python 2 client library.
Recommends: pigpio
Description: Python module which talks to the pigpio daemon (Python 3)
Pigpio is a set of software which allows control of the General Purpose Input
- Outputs (GPIO) locally or remotely. Currently only the client side is Packaged
- in Debian as the server side is incompatible with Debian kernels.
+ Outputs (GPIO) locally or remotely.
.
This package provides the python 3 client library.