diff options
author | Marti Bolivar <mbolivar@mit.edu> | 2010-11-17 12:43:21 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@mit.edu> | 2010-11-17 12:45:19 -0500 |
commit | 72a96c4d5f1df99673d8ae31111e313fc576547b (patch) | |
tree | 8c79208db14e49daeba11b272282f0705760db16 /source | |
parent | 2d429e75ce69e77f8c95490ac03881ec9aa0354a (diff) | |
download | librambutan-72a96c4d5f1df99673d8ae31111e313fc576547b.tar.gz librambutan-72a96c4d5f1df99673d8ae31111e313fc576547b.zip |
arduino docs nearing completion; CC-BY-SA 3.0 notice appended to all of them
Diffstat (limited to 'source')
96 files changed, 286 insertions, 1 deletions
diff --git a/source/arduino/abs.rst b/source/arduino/abs.rst index ed7296a..0ec6b47 100644 --- a/source/arduino/abs.rst +++ b/source/arduino/abs.rst @@ -37,3 +37,6 @@ Arduino Compatibility --------------------- Maple's implementation of ``abs()`` is compatible with Arduino. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/analogread.rst b/source/arduino/analogread.rst index 9577c62..cd18567 100644 --- a/source/arduino/analogread.rst +++ b/source/arduino/analogread.rst @@ -147,3 +147,6 @@ See also should first read ST's application notes on `ADC modes <stm32-adc-modes>`_ and `ADC oversampling <stm32-adc-oversampling>`_. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/analogwrite.rst b/source/arduino/analogwrite.rst index d04f485..a1057ab 100644 --- a/source/arduino/analogwrite.rst +++ b/source/arduino/analogwrite.rst @@ -159,3 +159,6 @@ See also .. [#fuint16max] This is because the value for the duty cycle on the Maple uses 2 bytes of memory, and an unsigned (i.e., nonnegative) integer with size 2 bytes can hold the values between 0 and 65,535. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/arithmetic.rst b/source/arduino/arithmetic.rst index 8fb9771..412a0be 100644 --- a/source/arduino/arithmetic.rst +++ b/source/arduino/arithmetic.rst @@ -124,3 +124,6 @@ See Also . - :ref:`sizeof <arduino-sizeof>`\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/arithmeticcompound.rst b/source/arduino/arithmeticcompound.rst index a2c5b89..734ef9d 100644 --- a/source/arduino/arithmeticcompound.rst +++ b/source/arduino/arithmeticcompound.rst @@ -41,3 +41,6 @@ See Also -------- - :ref:`Arithmetic operators <arduino-arithmetic>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/array.rst b/source/arduino/array.rst index 92f3091..e49cc18 100644 --- a/source/arduino/array.rst +++ b/source/arduino/array.rst @@ -118,3 +118,6 @@ See also - :ref:`Storing arrays in FLASH memory <arm-gcc-attribute-flash>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/assignment.rst b/source/arduino/assignment.rst index 21e90e9..4907473 100644 --- a/source/arduino/assignment.rst +++ b/source/arduino/assignment.rst @@ -65,3 +65,6 @@ See Also `The Anatomy of the Assignment Operator <http://icu-project.org/docs/papers/cpp_report/the_anatomy_of_the_assignment_operator.html>`_ for more information. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/attachinterrupt.rst b/source/arduino/attachinterrupt.rst index cb11327..3714709 100644 --- a/source/arduino/attachinterrupt.rst +++ b/source/arduino/attachinterrupt.rst @@ -97,3 +97,6 @@ See also - :ref:`detachInterrupt <arduino-detachinterrupt>` - :ref:`external-interrupts` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bit.rst b/source/arduino/bit.rst index b74ad3d..f25236c 100644 --- a/source/arduino/bit.rst +++ b/source/arduino/bit.rst @@ -43,3 +43,6 @@ See also - :ref:`arduino-bitwrite` - :ref:`arduino-bitset` - :ref:`arduino-bitclear` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitclear.rst b/source/arduino/bitclear.rst index 8a46877..14261a6 100644 --- a/source/arduino/bitclear.rst +++ b/source/arduino/bitclear.rst @@ -42,3 +42,6 @@ See also - :ref:`bitRead <arduino-bitread>`\ () - :ref:`bitWrite <arduino-bitwrite>`\ () - :ref:`bitSet <arduino-bitset>`\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitread.rst b/source/arduino/bitread.rst index c3a79c4..f2cb037 100644 --- a/source/arduino/bitread.rst +++ b/source/arduino/bitread.rst @@ -44,3 +44,6 @@ See also - :ref:`arduino-bitwrite` - :ref:`arduino-bitset` - :ref:`arduino-bitclear` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitset.rst b/source/arduino/bitset.rst index adf637a..b6964a0 100644 --- a/source/arduino/bitset.rst +++ b/source/arduino/bitset.rst @@ -44,3 +44,6 @@ See Also - :ref:`arduino-bitwrite` - :ref:`arduino-bitclear` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitshift.rst b/source/arduino/bitshift.rst index d849f2a..00c466f 100644 --- a/source/arduino/bitshift.rst +++ b/source/arduino/bitshift.rst @@ -143,3 +143,6 @@ See Also - :ref:`arduino-bitread` - :ref:`arduino-bitwrite` - :ref:`arduino-bitclear` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitwisecompound.rst b/source/arduino/bitwisecompound.rst index d460dc8..92f3fdd 100644 --- a/source/arduino/bitwisecompound.rst +++ b/source/arduino/bitwisecompound.rst @@ -226,3 +226,6 @@ See Also - :ref:`Boolean operations <arduino-boolean>` (``&&``, ``||``) - :ref:`Bitwise operators <arduino-bitwisemath>` (``&``, ``|``, ``^``, ``~``) + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitwisemath.rst b/source/arduino/bitwisemath.rst index 3f102eb..196cc2c 100644 --- a/source/arduino/bitwisemath.rst +++ b/source/arduino/bitwisemath.rst @@ -181,3 +181,6 @@ See Also - :ref:`Boolean operations <arduino-boolean>` (``&&``, ``||``) - :ref:`Compound bitwise operations <arduino-bitwisecompound>` (``&=``, ``|=``, ``^=``). + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bitwrite.rst b/source/arduino/bitwrite.rst index b35a54f..0e57cc4 100644 --- a/source/arduino/bitwrite.rst +++ b/source/arduino/bitwrite.rst @@ -35,3 +35,6 @@ See also - :ref:`bitRead() <arduino-bitRead>` - :ref:`bitSet() <arduino-bitSet>` - :ref:`bitClear() <arduino-bitClear>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/boolean.rst b/source/arduino/boolean.rst index a724c20..8106520 100644 --- a/source/arduino/boolean.rst +++ b/source/arduino/boolean.rst @@ -84,3 +84,6 @@ See Also - :ref:`Compound bitwise operators <arduino-bitwisecompound>` (``&=``, ``|=``, ``^=``). - :ref:`if statement <arduino-if>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/booleanvariables.rst b/source/arduino/booleanvariables.rst index 772db0f..a5f2c51 100644 --- a/source/arduino/booleanvariables.rst +++ b/source/arduino/booleanvariables.rst @@ -50,3 +50,6 @@ See also - :ref:`Boolean constants <arduino-constants-bool>` - :ref:`Boolean operators <arduino-boolean>` - :ref:`Variables <arduino-variables>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/braces.rst b/source/arduino/braces.rst index 1ae34e8..38018fe 100644 --- a/source/arduino/braces.rst +++ b/source/arduino/braces.rst @@ -92,3 +92,6 @@ reference page for more information):: .. [#fbug] At present this feature is slightly buggy as the IDE will often find (incorrectly) a brace in text that has been commented out. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/break.rst b/source/arduino/break.rst index 57009c1..8c0478a 100644 --- a/source/arduino/break.rst +++ b/source/arduino/break.rst @@ -30,3 +30,6 @@ Example } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/byte.rst b/source/arduino/byte.rst index 0b21b31..8478d0b 100644 --- a/source/arduino/byte.rst +++ b/source/arduino/byte.rst @@ -29,3 +29,6 @@ See Also - :ref:`byte() <arduino-bytecast>` (casting a value to a byte) - :ref:`Variables <arduino-variables>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/bytecast.rst b/source/arduino/bytecast.rst index bf85a35..38aec36 100644 --- a/source/arduino/bytecast.rst +++ b/source/arduino/bytecast.rst @@ -48,3 +48,6 @@ See Also - :ref:`arduino-byte` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/cc-attribution.txt b/source/arduino/cc-attribution.txt index e662eeb..e100140 100644 --- a/source/arduino/cc-attribution.txt +++ b/source/arduino/cc-attribution.txt @@ -1,7 +1,7 @@ .. Included in all this directory's files in order to satisfy the .. Arduino CC Attribution-ShareAlike 3.0 License -.. admonition:: License +.. admonition:: License and Attribution This documentation page was adapted from the `Arduino Reference Documentation <http://arduino.cc/en/Reference/HomePage>`_\ , which diff --git a/source/arduino/char.rst b/source/arduino/char.rst index 53dd060..72d5ef2 100644 --- a/source/arduino/char.rst +++ b/source/arduino/char.rst @@ -47,3 +47,6 @@ See also - :ref:`arduino-array` (a string is just an array of ``char``\ s) - :ref:`Serial.println() <arduino-serial-println>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/charcast.rst b/source/arduino/charcast.rst index d8184c1..91a0f8f 100644 --- a/source/arduino/charcast.rst +++ b/source/arduino/charcast.rst @@ -34,3 +34,6 @@ See Also -------- - :ref:`char <arduino-char>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/comments.rst b/source/arduino/comments.rst index 3aeb37f..e46fc48 100644 --- a/source/arduino/comments.rst +++ b/source/arduino/comments.rst @@ -58,3 +58,6 @@ a problem, or when a program refuses to compile and the compiler error is cryptic or unhelpful. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/comparison.rst b/source/arduino/comparison.rst index 85c2118..e5e92d7 100644 --- a/source/arduino/comparison.rst +++ b/source/arduino/comparison.rst @@ -82,3 +82,6 @@ Comparison operators, along with :ref:`boolean operators (This sometimes has uses, though, so just because an assignment appears within a conditional doesn't mean it's automatically wrong. Be careful to know what you mean.) + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/const.rst b/source/arduino/const.rst index 4a45387..eb2b07b 100644 --- a/source/arduino/const.rst +++ b/source/arduino/const.rst @@ -47,3 +47,6 @@ See Also - :ref:`#define <arduino-define>` - :ref:`volatile <arduino-volatile>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/constants.rst b/source/arduino/constants.rst index b082774..3a819b3 100644 --- a/source/arduino/constants.rst +++ b/source/arduino/constants.rst @@ -299,3 +299,6 @@ See also - `unsigned int <http://arduino.cc/en/Reference/UnsignedInt>`_ - `long <http://arduino.cc/en/Reference/Long>`_ - `unsigned long <http://arduino.cc/en/Reference/UnsignedLong>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/constrain.rst b/source/arduino/constrain.rst index eb06122..a43b8f8 100644 --- a/source/arduino/constrain.rst +++ b/source/arduino/constrain.rst @@ -60,3 +60,6 @@ See also - :ref:`min() <arduino-min>` - :ref:`max() <arduino-max>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/continue.rst b/source/arduino/continue.rst index 42d7825..31af3a5 100644 --- a/source/arduino/continue.rst +++ b/source/arduino/continue.rst @@ -29,3 +29,6 @@ Example delay(50); } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/cos.rst b/source/arduino/cos.rst index 6b1406a..e1188d0 100644 --- a/source/arduino/cos.rst +++ b/source/arduino/cos.rst @@ -28,3 +28,6 @@ See also - :ref:`tan() <arduino-tan>` - :ref:`float <arduino-float>` - :ref:`double <arduino-double>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/define.rst b/source/arduino/define.rst index e718775..6a403d4 100644 --- a/source/arduino/define.rst +++ b/source/arduino/define.rst @@ -51,3 +51,6 @@ Example See Also -------- - :ref:`const <arduino-const>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/delay.rst b/source/arduino/delay.rst index 644e8c4..64d78aa 100644 --- a/source/arduino/delay.rst +++ b/source/arduino/delay.rst @@ -65,3 +65,6 @@ See also - :ref:`micros() <arduino-micros>` - :ref:`delayMicroseconds() <arduino-delayMicroseconds>` - (Arduino) `Blink Without Delay <http://arduino.cc/en/Tutorial/BlinkWithoutDelay>`_ example (works unmodified on Maple) + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/delaymicroseconds.rst b/source/arduino/delaymicroseconds.rst index 2c7cde6..10f3a1b 100644 --- a/source/arduino/delaymicroseconds.rst +++ b/source/arduino/delaymicroseconds.rst @@ -60,3 +60,6 @@ See Also - :ref:`delay <arduino-delay>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/detachinterrupt.rst b/source/arduino/detachinterrupt.rst index f770de1..6e037e6 100644 --- a/source/arduino/detachinterrupt.rst +++ b/source/arduino/detachinterrupt.rst @@ -32,3 +32,6 @@ See Also - :ref:`attachInterrupt() <arduino-attachInterrupt>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/digitalread.rst b/source/arduino/digitalread.rst index 86e52d8..daf04f8 100644 --- a/source/arduino/digitalread.rst +++ b/source/arduino/digitalread.rst @@ -56,3 +56,6 @@ See Also + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/digitalwrite.rst b/source/arduino/digitalwrite.rst index 82e1813..b80d5c6 100644 --- a/source/arduino/digitalwrite.rst +++ b/source/arduino/digitalwrite.rst @@ -111,3 +111,6 @@ See also - `Tutorial: Digital Pins <http://arduino.cc/en/Tutorial/DigitalPins>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/double.rst b/source/arduino/double.rst index 658af12..d1c1076 100644 --- a/source/arduino/double.rst +++ b/source/arduino/double.rst @@ -44,3 +44,6 @@ See Also - :ref:`float <arduino-float>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/dowhile.rst b/source/arduino/dowhile.rst index 697e4b7..7dffe50 100644 --- a/source/arduino/dowhile.rst +++ b/source/arduino/dowhile.rst @@ -22,3 +22,6 @@ Example:: delay(50); // wait for sensors to stabilize x = readSensors(); // check the sensors } while (x < 100); + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/else.rst b/source/arduino/else.rst index e94bb25..9345e8a 100644 --- a/source/arduino/else.rst +++ b/source/arduino/else.rst @@ -49,3 +49,6 @@ See Also - :ref:`if <arduino-if>` - :ref:`switch/case <arduino-switchcase>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/float.rst b/source/arduino/float.rst index 683f32d..aa3bd99 100644 --- a/source/arduino/float.rst +++ b/source/arduino/float.rst @@ -53,3 +53,6 @@ See Also - :ref:`double <arduino-double>` - :ref:`Variables <arduino-variables>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/floatcast.rst b/source/arduino/floatcast.rst index 773bfe9..6a2e799 100644 --- a/source/arduino/floatcast.rst +++ b/source/arduino/floatcast.rst @@ -24,3 +24,6 @@ See Also -------- - :ref:`float <arduino-float>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/for.rst b/source/arduino/for.rst index cc18722..43b82fa 100644 --- a/source/arduino/for.rst +++ b/source/arduino/for.rst @@ -137,3 +137,6 @@ See also 2. After the seventh iteration, the post-loop causes ``x`` to equal 128. This is larger than 100, so the loop condition is false, and the loop stops. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/goto.rst b/source/arduino/goto.rst index b19d424..e683c98 100644 --- a/source/arduino/goto.rst +++ b/source/arduino/goto.rst @@ -125,3 +125,6 @@ See Also - Dijkstra, Edsger W. `Go To Statement Considered Harmful <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.92.4846&rep=rep1&type=pdf>`_ (PDF) - Knuth, Donald. `Structured Programming with go to Statements <http://pplab.snu.ac.kr/courses/adv_pl05/papers/p261-knuth.pdf>`_ (PDF) + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/highbyte.rst b/source/arduino/highbyte.rst index 0682391..74717c1 100644 --- a/source/arduino/highbyte.rst +++ b/source/arduino/highbyte.rst @@ -48,3 +48,6 @@ See Also + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/if.rst b/source/arduino/if.rst index 00f1a4d..89af166 100644 --- a/source/arduino/if.rst +++ b/source/arduino/if.rst @@ -76,3 +76,6 @@ See Also - :ref:`boolean operators <arduino-boolean>` - :ref:`comparison operators <arduino-comparison>` - :ref:`else <arduino-else>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/include.rst b/source/arduino/include.rst index da124e5..37553f4 100644 --- a/source/arduino/include.rst +++ b/source/arduino/include.rst @@ -66,3 +66,6 @@ root <http://en.wikipedia.org/wiki/Cube_root>`_ of a number:: SerialUSB.println(cubeRootOf3); } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/increment.rst b/source/arduino/increment.rst index ea9cb88..38dee6c 100644 --- a/source/arduino/increment.rst +++ b/source/arduino/increment.rst @@ -39,3 +39,6 @@ See also -------- - :ref:`Compound arithmetic operators <arduino-arithmeticcompound>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/int.rst b/source/arduino/int.rst index 4bb876c..690deb8 100644 --- a/source/arduino/int.rst +++ b/source/arduino/int.rst @@ -65,3 +65,6 @@ See Also - :ref:`unsigned long <arduino-unsignedlong>` - :ref:`Integer Constants <arduino-constants-integers>` - :ref:`Variables <arduino-variables>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/intcast.rst b/source/arduino/intcast.rst index 4db65d2..0b34a39 100644 --- a/source/arduino/intcast.rst +++ b/source/arduino/intcast.rst @@ -27,3 +27,6 @@ See Also - :ref:`int <arduino-int>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/interrupts.rst b/source/arduino/interrupts.rst index 282362b..b9c95b1 100644 --- a/source/arduino/interrupts.rst +++ b/source/arduino/interrupts.rst @@ -57,3 +57,6 @@ See Also - `detachInterrupt <http://arduino.cc/en/Reference/DetachInterrupt>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/long.rst b/source/arduino/long.rst index 6d20111..cae659a 100644 --- a/source/arduino/long.rst +++ b/source/arduino/long.rst @@ -50,3 +50,6 @@ See Also - :ref:`Integer Constants <arduino-constants-integers>` - :ref:`Variables <arduino-variables>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/longcast.rst b/source/arduino/longcast.rst index ed23821..f247dae 100644 --- a/source/arduino/longcast.rst +++ b/source/arduino/longcast.rst @@ -25,3 +25,6 @@ See Also -------- - :ref:`long <arduino-long>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/loop.rst b/source/arduino/loop.rst index b558edf..4383ab6 100644 --- a/source/arduino/loop.rst +++ b/source/arduino/loop.rst @@ -40,3 +40,6 @@ See Also -------- - :ref:`setup() <arduino-setup>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/lowbyte.rst b/source/arduino/lowbyte.rst index d69f66a..9331181 100644 --- a/source/arduino/lowbyte.rst +++ b/source/arduino/lowbyte.rst @@ -40,3 +40,6 @@ See also - `word <http://arduino.cc/en/Reference/WordCast>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/map.rst b/source/arduino/map.rst index 65647fa..61aa626 100644 --- a/source/arduino/map.rst +++ b/source/arduino/map.rst @@ -117,3 +117,6 @@ See Also - `constrain <http://arduino.cc/en/Reference/Constrain>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/max.rst b/source/arduino/max.rst index 1e2c619..a80c421 100644 --- a/source/arduino/max.rst +++ b/source/arduino/max.rst @@ -58,3 +58,6 @@ See Also - :ref:`min() <arduino-min>` - :ref:`constrain() <arduino-constrain>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/micros.rst b/source/arduino/micros.rst index cdee497..bd8b926 100644 --- a/source/arduino/micros.rst +++ b/source/arduino/micros.rst @@ -64,3 +64,6 @@ See also - `delay <http://arduino.cc/en/Reference/Delay>`_\ () - `delayMicroseconds <http://arduino.cc/en/Reference/DelayMicroseconds>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/millis.rst b/source/arduino/millis.rst index 009517d..12f5d8d 100644 --- a/source/arduino/millis.rst +++ b/source/arduino/millis.rst @@ -65,3 +65,6 @@ See also - `delayMicroseconds <http://arduino.cc/en/Reference/DelayMicroseconds>`_\ () - `Tutorial: Blink Without Delay <http://arduino.cc/en/Tutorial/BlinkWithoutDelay>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/min.rst b/source/arduino/min.rst index 0ac018c..efe78ca 100644 --- a/source/arduino/min.rst +++ b/source/arduino/min.rst @@ -61,3 +61,6 @@ See Also - :ref:`max() <arduino-max>` - :ref:`constrain() <arduino-constrain>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/modulo.rst b/source/arduino/modulo.rst index 64a546d..bb65600 100644 --- a/source/arduino/modulo.rst +++ b/source/arduino/modulo.rst @@ -72,3 +72,6 @@ See Also -------- - :ref:`Arithmetic <arduino-arithmetic>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/nointerrupts.rst b/source/arduino/nointerrupts.rst index 10d504d..8711ebb 100644 --- a/source/arduino/nointerrupts.rst +++ b/source/arduino/nointerrupts.rst @@ -54,3 +54,6 @@ See Also - `interrupts <http://arduino.cc/en/Reference/Interrupts>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/notone.rst b/source/arduino/notone.rst index 4390b52..9e59065 100644 --- a/source/arduino/notone.rst +++ b/source/arduino/notone.rst @@ -45,3 +45,6 @@ See also - `tone <http://arduino.cc/en/Reference/Tone>`_ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/pinmode.rst b/source/arduino/pinmode.rst index b34bb31..e84e1e6 100644 --- a/source/arduino/pinmode.rst +++ b/source/arduino/pinmode.rst @@ -71,3 +71,6 @@ See also - :ref:`arduino-digitalread` - Maple :ref:`GPIO <gpio>` reference page + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/pointer.rst b/source/arduino/pointer.rst index b9bbc48..efc81ca 100644 --- a/source/arduino/pointer.rst +++ b/source/arduino/pointer.rst @@ -23,3 +23,6 @@ See Also ======== - http://xkcd.com/138/ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/pow.rst b/source/arduino/pow.rst index 66e67d7..0a7355c 100644 --- a/source/arduino/pow.rst +++ b/source/arduino/pow.rst @@ -24,3 +24,6 @@ See Also - :ref:`sqrt() <arduino-sqrt>` - :ref:`float <arduino-float>` - :ref:`double <arduino-double>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/pulsein.rst b/source/arduino/pulsein.rst index 568d992..f26f754 100644 --- a/source/arduino/pulsein.rst +++ b/source/arduino/pulsein.rst @@ -77,3 +77,6 @@ Example } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/random.rst b/source/arduino/random.rst index 44f122a..8da92b0 100644 --- a/source/arduino/random.rst +++ b/source/arduino/random.rst @@ -90,3 +90,6 @@ See also - `randomSeed <http://arduino.cc/en/Reference/RandomSeed>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/randomseed.rst b/source/arduino/randomseed.rst index b0b5d71..983c66d 100644 --- a/source/arduino/randomseed.rst +++ b/source/arduino/randomseed.rst @@ -68,3 +68,6 @@ See also - `random <http://arduino.cc/en/Reference/Random>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/return.rst b/source/arduino/return.rst index 9774320..fd1493d 100644 --- a/source/arduino/return.rst +++ b/source/arduino/return.rst @@ -56,3 +56,6 @@ See Also -------- - :ref:`comments <arduino-comments>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/scope.rst b/source/arduino/scope.rst index 0e793ec..5974825 100644 --- a/source/arduino/scope.rst +++ b/source/arduino/scope.rst @@ -57,3 +57,6 @@ See Also - `C++ programming Wikibook <http://en.wikibooks.org/wiki/C%2B%2B_Programming/Programming_Languages/C%2B%2B/Code/Statements/Scope>`_. - Wikipedia article on `scope <http://en.wikipedia.org/wiki/Scope_%28programming%29>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/semicolon.rst b/source/arduino/semicolon.rst index 3230819..b90d925 100644 --- a/source/arduino/semicolon.rst +++ b/source/arduino/semicolon.rst @@ -20,3 +20,6 @@ missing semicolon, in the immediate vicinity, preceding the line at which the compiler complained. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/serial.rst b/source/arduino/serial.rst index abba049..1bcd28d 100644 --- a/source/arduino/serial.rst +++ b/source/arduino/serial.rst @@ -63,3 +63,6 @@ Examples - `Serial Call Response <http://arduino.cc/en/Tutorial/SerialCallResponse>`_ - `Serial Call Response ASCII <http://arduino.cc/en/Tutorial/SerialCallResponseASCII>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/setup.rst b/source/arduino/setup.rst index 05911ed..79c9527 100644 --- a/source/arduino/setup.rst +++ b/source/arduino/setup.rst @@ -29,3 +29,6 @@ Example // ... } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/shiftout.rst b/source/arduino/shiftout.rst index 2277cf1..3815dc5 100644 --- a/source/arduino/shiftout.rst +++ b/source/arduino/shiftout.rst @@ -131,3 +131,6 @@ Example } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/sin.rst b/source/arduino/sin.rst index 4eb2e1f..b117f5f 100644 --- a/source/arduino/sin.rst +++ b/source/arduino/sin.rst @@ -23,3 +23,6 @@ See Also - :ref:`tan <arduino-tan>` - :ref:`float <arduino-float>` - :ref:`double <arduino-double>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/sizeof.rst b/source/arduino/sizeof.rst index 104c183..8513e9d 100644 --- a/source/arduino/sizeof.rst +++ b/source/arduino/sizeof.rst @@ -60,3 +60,6 @@ this:: for (i = 0; i < (sizeof(myInts)/sizeof(int)) - 1; i++) { // do something with myInts[i] } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/sq.rst b/source/arduino/sq.rst index 2b6b1fe..c918d50 100644 --- a/source/arduino/sq.rst +++ b/source/arduino/sq.rst @@ -37,3 +37,6 @@ Arduino Compatibility --------------------- Maple's implementation of ``sq()`` is compatible with Arduino. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/sqrt.rst b/source/arduino/sqrt.rst index 4263345..f93908e 100644 --- a/source/arduino/sqrt.rst +++ b/source/arduino/sqrt.rst @@ -20,3 +20,6 @@ See Also - :ref:`pow <arduino-pow>` - :ref:`sq <arduino-sq>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/static.rst b/source/arduino/static.rst index b292891..76bf949 100644 --- a/source/arduino/static.rst +++ b/source/arduino/static.rst @@ -52,3 +52,6 @@ then incremented, so it starts out at one. Subsequent calls to ``readSensors()`` won't reset ``numSensorReadings`` to zero, because it was declared ``static``. Thus, ``numSensorReadings`` is a count of the number of times that ``readSensors()`` has been called. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/string.rst b/source/arduino/string.rst index 8db400a..528e7de 100644 --- a/source/arduino/string.rst +++ b/source/arduino/string.rst @@ -126,3 +126,6 @@ See Also - :ref:`array <arduino-array>` - :ref:`__attribute__ <arm-gcc-attribute-flash>` - :ref:`Variables <arduino-variables>` + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/stringclass.rst b/source/arduino/stringclass.rst index 0c9c61d..ce508e7 100644 --- a/source/arduino/stringclass.rst +++ b/source/arduino/stringclass.rst @@ -4,3 +4,6 @@ String Class ============ Stub. + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/stringobject.rst b/source/arduino/stringobject.rst index ffee295..1844266 100644 --- a/source/arduino/stringobject.rst +++ b/source/arduino/stringobject.rst @@ -86,3 +86,6 @@ See Also - `Variable Declaration <http://arduino.cc/en/Reference/VariableDeclaration>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/switchcase.rst b/source/arduino/switchcase.rst index 1634de1..2ca2793 100644 --- a/source/arduino/switchcase.rst +++ b/source/arduino/switchcase.rst @@ -76,3 +76,6 @@ See also: `if...else <http://arduino.cc/en/Reference/Else>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/tan.rst b/source/arduino/tan.rst index f31b357..f17ffcc 100644 --- a/source/arduino/tan.rst +++ b/source/arduino/tan.rst @@ -33,3 +33,6 @@ See also - `cos <http://arduino.cc/en/Reference/Cos>`_\ () - `float <http://arduino.cc/en/Reference/Float>`_ - `double <http://arduino.cc/en/Reference/Double>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/tone.rst b/source/arduino/tone.rst index c7b1e44..8252804 100644 --- a/source/arduino/tone.rst +++ b/source/arduino/tone.rst @@ -76,3 +76,6 @@ See also - `Tutorial: PWM <http://arduino.cc/en/Tutorial/PWM>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/unsignedchar.rst b/source/arduino/unsignedchar.rst index f846105..1fd7a1c 100644 --- a/source/arduino/unsignedchar.rst +++ b/source/arduino/unsignedchar.rst @@ -39,3 +39,6 @@ See also - `Serial.println <http://arduino.cc/en/Serial/Println>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/unsignedint.rst b/source/arduino/unsignedint.rst index 10835fe..11412b1 100644 --- a/source/arduino/unsignedint.rst +++ b/source/arduino/unsignedint.rst @@ -75,3 +75,6 @@ See Also - `Variable Declaration <http://arduino.cc/en/Reference/VariableDeclaration>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/unsignedlong.rst b/source/arduino/unsignedlong.rst index 1bdb434..c493c40 100644 --- a/source/arduino/unsignedlong.rst +++ b/source/arduino/unsignedlong.rst @@ -61,3 +61,6 @@ See Also - `Variable Declaration <http://arduino.cc/en/Reference/VariableDeclaration>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/variables.rst b/source/arduino/variables.rst index d79f28b..bedb86b 100644 --- a/source/arduino/variables.rst +++ b/source/arduino/variables.rst @@ -186,3 +186,6 @@ Variable Scope - `Variable Scope <http://arduino.cc/en/Reference/scope>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/void.rst b/source/arduino/void.rst index 00166b6..1d3bf8e 100644 --- a/source/arduino/void.rst +++ b/source/arduino/void.rst @@ -35,3 +35,6 @@ See also `function declaration <http://arduino.cc/en/Reference/FunctionDeclaration>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/volatile.rst b/source/arduino/volatile.rst index 4212ac5..9516db0 100644 --- a/source/arduino/volatile.rst +++ b/source/arduino/volatile.rst @@ -68,3 +68,6 @@ See also - `AttachInterrupt <http://arduino.cc/en/Reference/AttachInterrupt>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/while.rst b/source/arduino/while.rst index 9ec9f78..e8167bd 100644 --- a/source/arduino/while.rst +++ b/source/arduino/while.rst @@ -44,3 +44,6 @@ Example var++; } + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/word.rst b/source/arduino/word.rst index 39b3a0d..32506b8 100644 --- a/source/arduino/word.rst +++ b/source/arduino/word.rst @@ -27,3 +27,6 @@ See also - `byte <http://arduino.cc/en/Reference/Byte>`_ - `word <http://arduino.cc/en/Reference/WordCast>`_\ () + + +.. include:: cc-attribution.txt
\ No newline at end of file diff --git a/source/arduino/wordcast.rst b/source/arduino/wordcast.rst index 5ef821c..1e854ba 100644 --- a/source/arduino/wordcast.rst +++ b/source/arduino/wordcast.rst @@ -49,3 +49,6 @@ See also - `word <http://arduino.cc/en/Reference/Word>`_ + + +.. include:: cc-attribution.txt
\ No newline at end of file |