aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/bitread.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/arduino/bitread.rst')
-rw-r--r--docs/source/arduino/bitread.rst49
1 files changed, 0 insertions, 49 deletions
diff --git a/docs/source/arduino/bitread.rst b/docs/source/arduino/bitread.rst
deleted file mode 100644
index f2cb037..0000000
--- a/docs/source/arduino/bitread.rst
+++ /dev/null
@@ -1,49 +0,0 @@
-.. _arduino-bitread:
-
-bitRead()
-=========
-
-Description
------------
-
-(Macro) Gets the value of a bit in a number.
-
-
-Syntax
-------
-
-``bitRead(x, n)``
-
-
-Parameters
-----------
-
-* **x** the number from which to read the bit.
-
-* **n** which bit to read, starting at 0 for the least-significant
- (rightmost) bit
-
-
-Value
------
-
-The value of the bit (0 or 1).
-
-
-Arduino Compatibility
----------------------
-
-The Maple implementation of ``bitRead`` is compatible with Arduino.
-
-
-See also
---------
-
-
-- :ref:`arduino-bit`
-- :ref:`arduino-bitwrite`
-- :ref:`arduino-bitset`
-- :ref:`arduino-bitclear`
-
-
-.. include:: cc-attribution.txt \ No newline at end of file