Changeset - 48af0ea86ff4
[Not reviewed]
default
0 1 0
David McClosky - 18 years ago 2007-06-15 23:10:02
dmcc@bigasterisk.com
bcf2000: forget last slider values on reopen
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bcf2000.py
Show inline comments
 
@@ -74,6 +74,7 @@ class BCF2000(object):
 
            except IOError:
 
                pass
 

	
 
        self.lastValue.clear()
 
        self.dev = open(self.devPath, "r+")
 
        twisted.internet.fdesc.setNonBlocking(self.dev)
 
                    
0 comments (0 inline, 0 general)