Device-PiGlow
view release on metacpan or search on metacpan
lib/Device/PiGlow.pm view on Meta::CPAN
153154155156157158159160161162163164165166167168169170171172
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.925 second using v1.01-cache-2.11-cpan-49f99fa48dc )