detect_devices#
method
- static TSL550.detect_devices() List[Dict[str, Any]][source]#
Finds and returns all information needed to connect to the device.
- Returns:
- List[Dict[str, Any]]
Each item in the list contains a dictionary for a unique laser. A dictionary from the list can be passed to
connect()to connect to the laser. If no device is detected, an empty list is returned.