Commit graph

5 commits

Author SHA1 Message Date
Chad Woitas
fcb76e809b halmodule - adding getpins function 2021-10-16 08:51:35 -06:00
0c8a0058bf use python3 in all #!python lines 2021-09-02 18:32:58 -05:00
Chris Morley
55113033d4 qtvcp -convert widgets, libraries and qtscreen to use pyqt5 python2 2019-01-18 18:29:19 -08:00
Pavel Shramov
2c9b32525f pyhal: Add GLib wrappers for Pin
GPin provides GObject interface to HAL Pin. Currently it provides
'value-changed' signal which is emitted when pin's value is changed.
On GPin creation update callback is scheduled for each 100ms.
2010-12-13 11:30:52 +03:00
Pavel Shramov
81f8f84b1e pyhal: Add python module over C-module
Add hal.py and rename hal.so to _hal.so
Move documentation and wrappers into hal.py
2010-11-03 17:50:30 +03:00