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