PyTango device server for Raspi automation-HAT from Pimoroni
This tangoDS uses the python packaging. So you can easily install this software using pip
.
Just run
pip(3) install .
and it will install the necessary dependencies.
This tangoDS requires the python automation-hat package from Pimoroni.
Install by
git clone https://github.com/pimoroni/automation-hat
cd automation-hat
pip(3) install .
Daniel Schick