aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/bit.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/arduino/bit.rst')
-rw-r--r--docs/source/arduino/bit.rst42
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/source/arduino/bit.rst b/docs/source/arduino/bit.rst
deleted file mode 100644
index f8241a5..0000000
--- a/docs/source/arduino/bit.rst
+++ /dev/null
@@ -1,42 +0,0 @@
-.. _arduino-bit:
-
-bit()
-=====
-
-Description
------------
-
-Computes the value of the specified bit (bit 0 is 1, bit 1 is 2,
-bit 2 is 4, etc.).
-
-
-
-Syntax
-------
-
-bit(n)
-
-
-
-Parameters
-----------
-
-n: the bit whose value to compute
-
-
-
-Returns
--------
-
-the value of the bit
-
-
-
-See also
---------
-
-
-- `bitRead <http://arduino.cc/en/Reference/BitRead>`_\ ()
-- `bitWrite <http://arduino.cc/en/Reference/BitWrite>`_\ ()
-- `bitSet <http://arduino.cc/en/Reference/BitSet>`_\ ()
-- `bitClear <http://arduino.cc/en/Reference/BitClear>`_\ ()