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