Package blinkstick :: Module blinkstick
[frames] | no frames]

Module blinkstick

source code


Version: 1.1.4

Classes
  BlinkStickException
  BlinkStick
BlinkStick class is designed to control regular BlinkStick devices, or BlinkStick Pro devices in Normal or Inverse modes.
  BlinkStickPro
BlinkStickPro class is specifically designed to control the individually addressable LEDs connected to the device.
  BlinkStickProMatrix
BlinkStickProMatrix class is specifically designed to control the individually addressable LEDs connected to the device and arranged in a matrix.
Functions
BlinkStick[]
find_all()
Find all attached BlinkStick devices.
source code
BlinkStick
find_first()
Find first attached BlinkStick.
source code
BlinkStick
find_by_serial(serial=None)
Find BlinkStick device based on serial number.
source code
 
get_blinkstick_package_version() source code
Variables
  VENDOR_ID = 8352
  PRODUCT_ID = 16869
  __package__ = 'blinkstick'
Function Details

find_all()

source code 

Find all attached BlinkStick devices.

Returns: BlinkStick[]
a list of BlinkStick objects or None if no devices found

find_first()

source code 

Find first attached BlinkStick.

Returns: BlinkStick
BlinkStick object or None if no devices are found

find_by_serial(serial=None)

source code 

Find BlinkStick device based on serial number.

Returns: BlinkStick
BlinkStick object or None if no devices are found