https://github.com/jtambasco/numato-gpio-adc-gui
Numato GPIO ADC gui. Development in progress.
https://github.com/jtambasco/numato-gpio-adc-gui
Last synced: 3 months ago
JSON representation
Numato GPIO ADC gui. Development in progress.
- Host: GitHub
- URL: https://github.com/jtambasco/numato-gpio-adc-gui
- Owner: jtambasco
- License: mit
- Created: 2017-02-14T11:44:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T12:50:14.000Z (over 8 years ago)
- Last Synced: 2025-01-18T09:49:06.105Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Numato GPIO ADC gui. Development in progress.
A higher level Python driver class has also been written for the Numato GPIO
board.This GUI will plot in realtime the output of the ADCs from a Numato GPIO board.
Prequisites are:
* Python 3,
* pySerial,
* Numpy,
* Qt 5, and
* PyQtGraph.