The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Device::BlinkyTape:WS2811 - Control a WS2811-based BlinkyTape

SYNOPSIS

use Device::BlinkyTape::WS2811;
my $bb = Device::BlinkyTape::WS2811->new(dev => '/dev/tty.usbmodem');

See Device::BlinkyTape for documentation.

AUTHOR

Oskari Okko Ojala <okko@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) Oskari Okko Ojala 2013

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl you may have available.