remove collections
was used for deadzone handling before, but this is already done by libspc_ctr.so
This commit is contained in:
parent
bc17722319
commit
9e773ea3c6
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import time
|
||||||
import threading
|
import threading
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import collections # For deque to store last axis values
|
|
||||||
from evdev import UInput, ecodes, AbsInfo # pip install evdev
|
from evdev import UInput, ecodes, AbsInfo # pip install evdev
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue