Skip to content

Commit

Permalink
adf5355: style
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jan 20, 2020
1 parent 9368c26 commit 7ab0282
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions artiq/coredevice/adf5355.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
# https://www.analog.com/media/en/technical-documentation/user-guides/EV-ADF5356SD1Z-UG-1087.pdf


from numpy import int32

from artiq.language.core import (kernel, portable, delay_mu, delay, now_mu,
at_mu)
from artiq.language.units import ns, us
from artiq.coredevice import spi2 as spi, mirny
from artiq.language.core import kernel, delay
from artiq.language.units import us
from artiq.coredevice import spi2 as spi

SPI_CONFIG = (0*spi.SPI_OFFLINE | 0*spi.SPI_END |
0*spi.SPI_INPUT | 1*spi.SPI_CS_POLARITY |
Expand Down

0 comments on commit 7ab0282

Please sign in to comment.