forked from M-Labs/artiq
coredevice.ttl: fix sensitivity
This commit is contained in:
parent
6f9656dcbe
commit
3aebbbdb61
|
@ -150,7 +150,7 @@ class TTLInOut:
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def _set_sensitivity(self, value):
|
def _set_sensitivity(self, value):
|
||||||
rtio_output(now_mu(), self.channel, 2, 1 if value else 0)
|
rtio_output(now_mu(), self.channel, 2, value)
|
||||||
self.i_previous_timestamp = now_mu()
|
self.i_previous_timestamp = now_mu()
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
|
|
Loading…
Reference in New Issue