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