You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't follow the instructions and only install the Python library, without installing the other software, you can do the following:
>>>fromdaqhatsimporthat_list>>>hat_list()
[]
If you do follow the instructions and install the other software (https://github.com/mccdaq/daqhats.git and sudo ./install.sh) first, you do get the correct board list.
I think it could be useful to throw an exception if the hal_list function is executed when the daqhats_read_eeproms command has never been executed.
The text was updated successfully, but these errors were encountered:
If you don't follow the instructions and only install the Python library, without installing the other software, you can do the following:
If you do follow the instructions and install the other software (
https://github.com/mccdaq/daqhats.git
andsudo ./install.sh
) first, you do get the correct board list.I think it could be useful to throw an exception if the
hal_list
function is executed when thedaqhats_read_eeproms
command has never been executed.The text was updated successfully, but these errors were encountered: