UmberHubManager/api/examples/python/brainstem_example
Bob McMahon 2650ca4b5e first commit 2026-03-07 15:59:12 -08:00
..
README.md first commit 2026-03-07 15:59:12 -08:00
brainstem_example.py first commit 2026-03-07 15:59:12 -08:00

README.md

brainstem_example.py

General Overview:

This simple example connects to the first USBStem found, displays its Serial Number, and then blinks its LED for 5 seconds. The script contains commented out lines of code which allow you to configure this script to connect to a USBHub2x4 or MTMUSBStem, and which allow you to connect to a Module with a specific Serial Number instead of the first one found.

How to Run:

To run this example follow the instructions enumerated in the BrainStem python documentation.