pipistrello: switch is a button

This commit is contained in:
Robert Jordens 2015-03-19 11:27:05 -06:00 committed by Sebastien Bourdeauducq
parent 47ea451315
commit 4fe888702d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ _io = [
("user_led", 3, Pins("A15"), IOStandard("LVTTL"), Drive(8), Misc("SLEW=QUIETIO")), # red at msd
("user_led", 4, Pins("A12"), IOStandard("LVTTL"), Drive(8), Misc("SLEW=QUIETIO")), # red at usb
("user_switch", 0, Pins("N14"), IOStandard("LVTTL"), Misc("PULLDOWN")),
("user_btn", 0, Pins("N14"), IOStandard("LVTTL"), Misc("PULLDOWN")),
("clk50", 0, Pins("H17"), IOStandard("LVTTL")),