aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/epilog.rst
blob: 73aab6d1877ce7450fe4411afff8a7fee5f4e89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.. This file automatically gets included at the end of every file, so
.. it's useful for common references, etc.

.. Common URL references

.. _forum: http://forums.leaflabs.com
.. _contact: http://leaflabs.com/contact/

.. _stm32-all: http://www.st.com/mcu/devicedocs-STM32F103RB-110.html
.. _stm32-programming: http://www.st.com/stonline/products/literature/pm/15491.pdf
.. _stm32-adc-modes: http://www.st.com/stonline/products/literature/an/16840.pdf
.. _stm32-adc-oversampling: http://www.st.com/stonline/products/literature/an/14183.pdf
.. _full-manual: http://www.st.com/stonline/products/literature/rm/13902.pdf
.. _datasheet: http://www.st.com/stonline/products/literature/ds/13587.pdf

.. Arduino built-in functions

.. _setup(): http://arduino.cc/en/Reference/Setup
.. _loop(): http://arduino.cc/en/Reference/Loop

.. _pinMode(): http://arduino.cc/en/Reference/PinMode
.. _digitalWrite(): http://arduino.cc/en/Reference/DigitalWrite
.. _digitalRead(): http://arduino.cc/en/Reference/DigitalRead

.. _analogReference(): http://arduino.cc/en/Reference/AnalogReference
.. _analogRead(): http://arduino.cc/en/Reference/AnalogRead
.. _analogWrite(): http://arduino.cc/en/Reference/AnalogWrite

.. _tone(): http://arduino.cc/en/Reference/Tone
.. _noTone(): http://arduino.cc/en/Reference/NoTone
.. _shiftOut(): http://arduino.cc/en/Reference/ShiftOut
.. _pulseIn(): http://arduino.cc/en/Reference/PulseIn

.. _millis(): http://arduino.cc/en/Reference/Millis
.. _micros(): http://arduino.cc/en/Reference/Micros
.. _delay(): http://arduino.cc/en/Reference/Delay
.. _delayMicroseconds(): http://arduino.cc/en/Reference/DelayMicroseconds

.. _min(): http://arduino.cc/en/Reference/Min
.. _max(): http://arduino.cc/en/Reference/Max
.. _abs(): http://arduino.cc/en/Reference/Abs
.. _constrain(): http://arduino.cc/en/Reference/Constrain

.. _map(): http://arduino.cc/en/Reference/Map
.. _pow(): http://arduino.cc/en/Reference/Pow
.. _sqrt(): http://arduino.cc/en/Reference/Sqrt

.. _sin(): http://arduino.cc/en/Reference/Sin
.. _cos(): http://arduino.cc/en/Reference/Cos
.. _tan(): http://arduino.cc/en/Reference/Tan

.. _randomSeed(): http://arduino.cc/en/Reference/RandomSeed
.. _random(): http://arduino.cc/en/Reference/Random

.. _lowByte(): http://arduino.cc/en/Reference/LowByte
.. _highByte(): http://arduino.cc/en/Reference/HighByte
.. _bitRead(): http://arduino.cc/en/Reference/BitRead
.. _bitWrite(): http://arduino.cc/en/Reference/BitWrite
.. _bitSet(): http://arduino.cc/en/Reference/BitSet
.. _bitClear(): http://arduino.cc/en/Reference/BitClear
.. _bit(): http://arduino.cc/en/Reference/Bit

.. _attachInterrupt(): http://arduino.cc/en/Reference/AttachInterrupt
.. _detachInterrupt(): http://arduino.cc/en/Reference/DetachInterrupt

.. _interrupts(): http://arduino.cc/en/Reference/Interrupts
.. _noInterrupts(): http://arduino.cc/en/Reference/NoInterrupts