This python module allows for the control of the MCC172 DAQ HAT on a Raspberry Pi 4 (referred to as a "PiDAQ").
This module uses the daqhats_utils.py which originated from the MCC172 DAQ HAT examples folder.
This module requires the installation of the DAQHATS module.
Please see https://github.com/mccdaq/daqhats for details.
If you change your board stack, you must update the saved EEPROM images so that the library has the correct board information. You can use the DAQ HAT Manager or the command:
sudo daqhats_read_eeproms
cd
git clone git@github.com:uwasystemhealth/PyDAQHAT.git
cd ~/PyDAQHAT
pip3 install .
cd
pip3 uninstall PyDAQHAT -y
import pydaqhat