2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

examples: spi → spi2.

This commit is contained in:
whitequark 2018-02-27 18:36:45 +00:00
parent b81855cce7
commit 916b10ca94

View File

@ -120,13 +120,13 @@ device_db = {
# Generic SPI
"spi0": {
"type": "local",
"module": "artiq.coredevice.spi",
"module": "artiq.coredevice.spi2",
"class": "SPIMaster",
"arguments": {"channel": 23}
},
"spi_mmc": {
"type": "local",
"module": "artiq.coredevice.spi",
"module": "artiq.coredevice.spi2",
"class": "SPIMaster",
"arguments": {"channel": 26}
},