Python package for Windfreak Technologies devices.
Project description
windfreak-python 
Abstract
windfreak is a pure Python package to facilitate use of Windfreak Technologies devices from Python.
windfreak is Python 3 compatible.
Supported devices
- SynthHD
- SynthHD PRO
Installation
Using pip
:
sudo pip install windfreak
Using setup.py
:
git clone https://github.com/christian-hahn/windfreak-python.git cd windfreak-python sudo python setup.py install
Example
SynthHD
from windfreak import SynthHD synth = SynthHD('/dev/ttyACM0') synth.init() # Set channel 0 power and frequency synth[0].power = -10. synth[0].frequency = 2.e9 # Enable channel 0 synth[0].enable = True
License
windfreak-python is covered under the MIT licensed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size windfreak-0.1.0-py3-none-any.whl (5.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size windfreak-0.1.0.tar.gz (5.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for windfreak-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f256e51ab6f0d39418aedefea47ee609aa3229e9f1a5ad232af46c0fb33c183 |
|
MD5 | 01ecb1881a9d5acd8da369f7adf8a6f3 |
|
BLAKE2-256 | f4bca4c049ea17b6bf33d45af63ad977c88aa01ebc4387b5b8ace87c364e1197 |