Skip to content

uwasystemhealth/PyDAQHAT

Repository files navigation

PyDAQHAT : Python module to communicate with a MCC 172 DAQ HAT

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.

Requirements

This module requires the installation of the DAQHATS module.

Please see https://github.com/mccdaq/daqhats for details.

Update the EEPROM images

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

Installation

cd
git clone [email protected]:uwasystemhealth/PyDAQHAT.git
cd ~/PyDAQHAT
pip3 install .
cd

Uninstalling

pip3 uninstall PyDAQHAT -y

Getting Started

import pydaqhat

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published