more docs

This commit is contained in:
Peli de Halleux 2016-03-23 12:55:36 -07:00
parent 9fbc17c8ce
commit 2415b146fa
1 changed files with 1 additions and 1 deletions

View File

@ -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 {