-
-
30 Oct 2021 11:48:55 UTC
- Distribution: HiPi
- Module version: 0.86
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues (2)
- Testers (150 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (1.8MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
HiPi - Modules for Raspberry Pi GPIO
SYNOPSIS
use HiPi; .... use HiPi qw( :rpi :i2c :spi :mcp3adc :mcp4dac :mpl3115a2 ); .... use HiPi qw( :mcp23x17 :lcd :hrf69 :openthings :energenie );
DESCRIPTION
HiPi provides modules for use with the Raspberry Pi GPIO and peripherals.
Documentation and details are available at
AUTHOR
Mark Dootson,
mdootson@cpan.org
.COPYRIGHT
Copyright (c) 2013 - 2020 Mark Dootson
Module Install Instructions
To install HiPi, copy and paste the appropriate command in to your terminal.
cpanm HiPi
perl -MCPAN -e shell install HiPi
For more information on module installation, please visit the detailed CPAN module installation guide.