mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 10:54:02 +08:00
si590 -> si549
Had mistaken the part numbers.
This commit is contained in:
parent
dceb5ae501
commit
e4fff390a8
@ -25,7 +25,7 @@ class ADPLLProgrammer(Module):
|
||||
self.sda_oe.attr.add("no_retiming")
|
||||
|
||||
|
||||
class Si590(Module, AutoCSR):
|
||||
class Si549(Module, AutoCSR):
|
||||
def __init__(self, pads):
|
||||
self.gpio_enable = CSRStorage(reset=1)
|
||||
self.gpio_in = CSRStatus(2)
|
Loading…
Reference in New Issue
Block a user