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 v1.4
- SynthHD PRO v1.4
- SynthHD v2
- SynthHD PRO v2
Installation
Using pip
:
pip install windfreak
Using setup.py
:
git clone https://github.com/christian-hahn/windfreak-python.git cd windfreak-python 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.2.0-py3-none-any.whl (6.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size windfreak-0.2.0.tar.gz (5.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for windfreak-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c5cbcbd57a6240895f7c6821cf2fba1ee6942d6b37fea009937881d0572e5c9 |
|
MD5 | 42cfd5e81d2c6bcf17a819d0fdce8065 |
|
BLAKE2-256 | 126ed84a01d7f2112e56b4d470410770ac79e49a37073d083f1ecd8bfc2e61fd |