Skip to content

Commit

Permalink
opsis: use LVCMOS15 for I2C
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Aug 21, 2015
1 parent 7ee9cda commit ecc4ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/opsis.py
Expand Up @@ -113,8 +113,8 @@
),

("i2c", 0,
Subsignal("scl", Pins("G6")),
Subsignal("sda", Pins("C1")),
Subsignal("scl", Pins("G6"), IOStandard("LVCMOS15")),
Subsignal("sda", Pins("C1"), IOStandard("LVCMOS15")),
),

## onBoard Quad-SPI Flash
Expand Down

0 comments on commit ecc4ed5

Please sign in to comment.