Device-PiGlow

 view release on metacpan or  search on metacpan

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

   return $smbus;
}

=item update

This updates the values set to the LED registers to the LEDs and changes
the display.

=cut

sub update
{
   my ( $self ) = @_;
   
   return $self->_write_byte(CMD_UPDATE, 0xFF);
}

=item enable_output

This sets the state of the device to active.  



( run in 0.526 second using v1.01-cache-2.11-cpan-49f99fa48dc )