Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused attribute.
  • Loading branch information
ianjosephwilson committed May 30, 2013
commit 7b4fce44e2ff9dbf8ba92094d280132925b9f3aa
1 change: 0 additions & 1 deletion Arduino/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def __init__(self, baud=9600, port=None, timeout=2):
"""
self.baud = baud
self.timeout = timeout
self.ss_connected = False
self.port = port
if not self.port:
self.findPort()
Expand Down