Device-MiniLED

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

my %SERIAL;
if ($IS_WINDOWS) {
    %SERIAL=('Win32::SerialPort' => 0);
} else {
    %SERIAL=('Device::SerialPort' => 0);
}

my $builder = Module::Build->new(
    module_name         => 'Device::MiniLED',
    license             => 'Artistic_2_0',
    dist_author         => q{Kerry Schwab <sales@brightledsigns.com>},
    dist_version_from   => 'lib/Device/MiniLED.pm',
    release_status      => 'stable',
    configure_requires => {
        'Module::Build' => 0,
    },
    build_requires => {
        'Test::More' => 0,
    },
    requires => {
        %SERIAL,

META.json  view on Meta::CPAN

{
   "abstract" : "send text and graphics to small LED badges and signs",
   "author" : [
      "Kerry Schwab <sales@brightledsigns.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.112621",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },

META.yml  view on Meta::CPAN

---
abstract: 'send text and graphics to small LED badges and signs'
author:
  - 'Kerry Schwab <sales@brightledsigns.com>'
build_requires:
  Test::More: 0
configure_requires:
  Module::Build: 0
dynamic_config: 1
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.112621'
license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4

lib/Device/MiniLED.pm  view on Meta::CPAN

  #
  # showslots is a string, with the numbers of the messages you want
  # displayed separated by commas
  #
  $sign->send(device => "/dev/ttyUSB0",
              showslots => "1,5,7"
  ); 

=head1 AUTHOR

Kerry Schwab, C<< <sales at brightledsigns.com> >>

=head1 SUPPORT

You can find documentation for this module with the perldoc command.
  
  perldoc Device::MiniSign
  
Other links that may be helpful:

=over 

=item *
Our website: L<brightledsigns.com|http://www.brightledsigns.com/>

=item *
Our L<page for developers|http://www.brightledsigns.com/developers>

=item *
The signs that work with this api are L<here|http://www.brightledsigns.com/scrolling-led-signs.html>.  They are the first three shown, the badge, the "micro sign" and the "mini sign".

=back
 
=head1 BUGS

Please report any bugs or feature requests to
C<bug-device-miniled at rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>.  I will be notified, and then you'll automatically be
notified of progress on your bug as I make changes.



( run in 2.049 seconds using v1.01-cache-2.11-cpan-71847e10f99 )