From 2415b146fa8210cb1140e772bc5b2c2771e4f914 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 23 Mar 2016 12:55:36 -0700 Subject: [PATCH] more docs --- libs/microbit/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/microbit/input.ts b/libs/microbit/input.ts index 79683ae7..49b18235 100644 --- a/libs/microbit/input.ts +++ b/libs/microbit/input.ts @@ -243,7 +243,7 @@ namespace input { /** * Get the pin state (pressed or not). Requires to hold the ground to close the circuit. - * @param name TODO + * @param name pin used to detect the touch */ //% help=input/pin-is-pressed weight=58 shim=micro_bit::isPinTouched block="pin|%NAME|is pressed" icon="\uf094" export function pinIsPressed(name: TouchPins): boolean {