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