mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
devices/gpio_core: use MPO
This commit is contained in:
parent
5f58789592
commit
1885a87187
@ -1,11 +1,7 @@
|
|||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
|
|
||||||
class GPIOOut:
|
class GPIOOut(MPO):
|
||||||
def __init__(self, core, channel=0):
|
parameters = "channel"
|
||||||
self.core = core
|
|
||||||
self.channel = channel
|
|
||||||
|
|
||||||
kernel_attr_ro = "channel"
|
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def set(self, level):
|
def set(self, level):
|
||||||
|
Loading…
Reference in New Issue
Block a user