Device-PiGlow
=============

Device::PiGlow is a module for interfacing with the PiGlow board from PiMoroni http://shop.pimoroni.com/products/piglow.  

To install this module you will need to have the module Device::SMBus installed
and working.  You should read the documentation of that module regarding
getting the i2c interface working on your platform.

The module is installed in the normal manner:

    perl Makefile.PL
    make
    make test
    sudo make install

Please see the LICENSE file regarding the copyright and license of the
module.

Please see the POD documentation of the module for detail usage and 
support information.

See also the examples directory for examples that work with my PiGlow on
my Raspberry PI.