Device-PiGlow

 view release on metacpan or  search on metacpan

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

153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
   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 )