aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/api/isbuttonpressed.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/api/isbuttonpressed.rst')
-rw-r--r--docs/source/lang/api/isbuttonpressed.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/source/lang/api/isbuttonpressed.rst b/docs/source/lang/api/isbuttonpressed.rst
deleted file mode 100644
index 8c350b9..0000000
--- a/docs/source/lang/api/isbuttonpressed.rst
+++ /dev/null
@@ -1,20 +0,0 @@
-.. _lang-isbuttonpressed:
-
-isButtonPressed()
-=================
-
-Check whether the board's built-in button (labeled BUT on the
-silkscreen) is pressed. The pin number of the built-in button is
-given by the constant ``BOARD_BUTTON_PIN``.
-
-Library Documentation
----------------------
-
-.. doxygenfunction:: isButtonPressed
-
-See Also
---------
-
-- :ref:`Board-specific values <lang-board-values>`
-- :ref:`BOARD_BUTTON_PIN <lang-board-values-but>`
-- :ref:`lang-waitforbuttonpress`