bpod_core.constants.PIDsTeensy

class bpod_core.constants.PIDsTeensy

Bases: object

Product IDs of Teensy microcontrollers.

DUAL_SERIAL: int = 1163

Product ID of Teensy microcontrollers with dual USB serial ports.

SERIAL: int = 1155

Product ID of Teensy microcontrollers with single USB serial port.

TRIPLE_SERIAL: int = 1164

Product ID of Teensy microcontrollers with triple USB serial ports.