forked from M-Labs/artiq-zynq
make LED channels output-only
This commit is contained in:
parent
6fbd6152da
commit
904ee3e730
|
@ -32,7 +32,7 @@ device_db = {
|
|||
"led3": {
|
||||
"type": "local",
|
||||
"module": "artiq.coredevice.ttl",
|
||||
"class": "TTLInOut",
|
||||
"class": "TTLOut",
|
||||
"arguments": {"channel": 3}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue