We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a17df6 + 842af19 commit c5b1de2Copy full SHA for c5b1de2
1 file changed
ev3dev/core.py
@@ -41,6 +41,8 @@
41
from struct import pack, unpack
42
from subprocess import Popen
43
44
+INPUT_AUTO = ''
45
+OUTPUT_AUTO = ''
46
47
# -----------------------------------------------------------------------------
48
# Attribute reader/writer with cached file access
0 commit comments