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.