Loading lcd.py +2 −2 Original line number Diff line number Diff line Loading @@ -178,8 +178,8 @@ class LCDSpyDevice: self.digilent_device.triggerSet(0, 0, 0, (1 << self.enable_channel)) self.digilent_device.configure(False, True) # So we clear it get_data_raw() # Clear any data which might have been caputed previously self.get_data_raw() def extract(self, data: int) -> tuple[bool, bool, int]: rs = bool(data & (1 << self.rs_channel)) Loading Loading
lcd.py +2 −2 Original line number Diff line number Diff line Loading @@ -178,8 +178,8 @@ class LCDSpyDevice: self.digilent_device.triggerSet(0, 0, 0, (1 << self.enable_channel)) self.digilent_device.configure(False, True) # So we clear it get_data_raw() # Clear any data which might have been caputed previously self.get_data_raw() def extract(self, data: int) -> tuple[bool, bool, int]: rs = bool(data & (1 << self.rs_channel)) Loading