aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/bytecast.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/arduino/bytecast.rst')
-rw-r--r--docs/source/arduino/bytecast.rst41
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/source/arduino/bytecast.rst b/docs/source/arduino/bytecast.rst
deleted file mode 100644
index 71ab4aa..0000000
--- a/docs/source/arduino/bytecast.rst
+++ /dev/null
@@ -1,41 +0,0 @@
-.. _arduino-bytecast:
-
-byte()
-======
-
-Description
------------
-
-Converts a value to the
-`byte <http://arduino.cc/en/Reference/Byte>`_ data type.
-
-
-
-Syntax
-------
-
-byte(x)
-
-
-
-Parameters
-----------
-
-x: a value of any type
-
-
-
-Returns
--------
-
-byte
-
-
-
-See also
---------
-
-
-- `byte <http://arduino.cc/en/Reference/Byte>`_
-
-