Merge branch 'master' of github.com:jamesbowman/i2cdriver

This commit is contained in:
James Bowman 2019-03-04 09:22:34 -08:00
commit 5d85445b4c
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ class Frame(wx.Frame):
def read(self, e):
n = int(self.rxCount.GetValue())
if self.addr is not None:
print("read", n)
self.start(1)
r = self.sd.read(n)
bb = struct.unpack("B"*n, r)