Compare commits
No commits in common. "53c8767dea726506219a6a93d7e409fbfbd174fe" and "98936fcad72d91963abdea5f59caadf956472cd1" have entirely different histories.
53c8767dea
...
98936fcad7
3 changed files with 2 additions and 10 deletions
|
|
@ -198,13 +198,6 @@ class irena_ifc(object):
|
||||||
def Flush(self):
|
def Flush(self):
|
||||||
self._data.Flush()
|
self._data.Flush()
|
||||||
|
|
||||||
def Sync(self, on=True):
|
|
||||||
if not self._data:
|
|
||||||
self._log("no data thread")
|
|
||||||
return
|
|
||||||
self._log(f"data.Sync: {self._data.Sync} → {on}")
|
|
||||||
self._data.Sync = on
|
|
||||||
|
|
||||||
def Status(self, verbose=9):
|
def Status(self, verbose=9):
|
||||||
if self._data:
|
if self._data:
|
||||||
return self._data.Status(verbose)
|
return self._data.Status(verbose)
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
@s/if !ssp_dma: s/exit
|
|
||||||
@nm/count/clear/float
|
|
||||||
3
irena.py
3
irena.py
|
|
@ -191,4 +191,5 @@ if ifc.is_a("USB"):
|
||||||
try:
|
try:
|
||||||
armlib._exec_file("irenarc.py", globals())
|
armlib._exec_file("irenarc.py", globals())
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
sys.stderr.write(repr(e))
|
sys.stderr.write(e)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue