Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused line
  • Loading branch information
Séverin Lemaignan committed Sep 15, 2010
1 parent f30b78e commit 83ebfd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emotiv.py
Expand Up @@ -96,7 +96,6 @@ def setupPosix(self, headsetId):
def reader():
self.hidraw = open("/dev/hidraw1")
while self._goOn:
#ret, data = hid.hid_interrupt_read(interface, 0x81, 0x20, 0)
data = self.hidraw.read(32)
if data != "":
self.gotData(data)
Expand Down

0 comments on commit 83ebfd3

Please sign in to comment.