From 4fe888702d9474320d6af203b70feb71fba80bcd Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 19 Mar 2015 11:27:05 -0600 Subject: [PATCH] pipistrello: switch is a button --- mibuild/platforms/pipistrello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mibuild/platforms/pipistrello.py b/mibuild/platforms/pipistrello.py index 9c2aed24..1776bc84 100644 --- a/mibuild/platforms/pipistrello.py +++ b/mibuild/platforms/pipistrello.py @@ -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")), -- 2.30.2