1
0
mirror of https://github.com/gryf/linak-ctrl.git synced 2026-04-25 16:01:31 +02:00

13 Commits

Author SHA1 Message Date
gryf 32b49bd278 Cover case when no device has been found. 1.0.2 2021-07-29 19:31:21 +02:00
gryf 9a33f742e1 Readme update. 1.0.1 2021-07-07 18:00:00 +02:00
gryf e9ea91f2c3 Detach kernel driver before doing anything with device.
Initialization of the device must be done after device is detached from
kernel, otherwise exception will be thrown about device is busy message.
1.0.0
2021-07-07 17:34:13 +02:00
gryf aa5aecb205 DRY. Simplifying get_status method. 2021-07-07 17:33:00 +02:00
gryf 2013dffcf9 Added installation bits. 2021-07-07 17:30:58 +02:00
gryf 83bd0ac4ea Added initialization part.
Sometimes the usb2lin06 device need to be initialized. Added that part
to the init of LinakDevice class.
0.9.0
2021-06-23 15:40:09 +02:00
gryf 7029abd98b Rearranged argument parsing. 2021-02-28 10:13:07 +01:00
gryf 53b0f85ebb Handle keyboard interrupt exception for status with loop. 2021-02-28 10:12:16 +01:00
gryf a6d87afc42 Changed param name from height to position for consistency. 2021-02-28 10:10:43 +01:00
gryf 6d07ea72b0 Added usage section. 2021-02-28 10:09:14 +01:00
gryf 61816a98f2 Added linak_ctrl module. 2021-02-27 19:15:07 +01:00
gryf 8f0143ac79 Added README. 2021-02-27 19:14:46 +01:00
gryf 3f7b53130c Added license 2021-02-27 19:13:58 +01:00