bpod_core.bpod.constants¶
Constants used by the bpod module.
Attributes¶
- bpod_core.bpod.constants.BPOD_UUID_NAMESPACE = UUID('9dbb7a76-cb73-4b16-aaf7-f574f4d218f6')¶
UUID namespace for Bpod devices
- bpod_core.bpod.constants.VIDS_BPOD = [5824]¶
Vendor IDs of supported Bpod devices
- bpod_core.bpod.constants.PIDS_BPOD = [TeensyPID.SERIAL, TeensyPID.DUAL_SERIAL, TeensyPID.TRIPLE_SERIAL]¶
List of Product IDs of supported Bpod devices
- bpod_core.bpod.constants.MIN_BPOD_FW_VERSION = (23, 0)¶
minimum supported firmware version (major, minor)
- bpod_core.bpod.constants.MIN_BPOD_HW_VERSION = 3¶
minimum supported hardware version
- bpod_core.bpod.constants.MAX_BPOD_HW_VERSION = 4¶
maximum supported hardware version