diff options
Diffstat (limited to 'source/arduino/longcast.rst')
-rw-r--r-- | source/arduino/longcast.rst | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/source/arduino/longcast.rst b/source/arduino/longcast.rst new file mode 100644 index 0000000..9f31443 --- /dev/null +++ b/source/arduino/longcast.rst @@ -0,0 +1,41 @@ +.. _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>`_ + + |