pipistrello: switch is a button
authorRobert Jordens <jordens@gmail.com>
Thu, 19 Mar 2015 17:27:05 +0000 (11:27 -0600)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Thu, 19 Mar 2015 17:56:49 +0000 (18:56 +0100)
mibuild/platforms/pipistrello.py

index 9c2aed2434efc2a09a8bd1e5d704ab216fafc38f..1776bc84e4e1f6793bc27a5637cd6fe5f50e1c7c 100644 (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")),