Skip to content

Commit 842af19

Browse files
committed
Add INPUT_AUTO, OUTPUT_AUTO constants
1 parent b242d15 commit 842af19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ev3dev/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
from struct import pack, unpack
4242
from subprocess import Popen
4343

44+
INPUT_AUTO = ''
45+
OUTPUT_AUTO = ''
4446

4547
# -----------------------------------------------------------------------------
4648
# Attribute reader/writer with cached file access

0 commit comments

Comments
 (0)