aboutsummaryrefslogtreecommitdiffstats
path: root/source/index.rst
blob: 42d1bd035c2befbcec916f7a2341abd69413c6b7 (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
.. _index:

Maple Documentation Index
=========================

Welcome!  This is the Maple documentation index.  It contains
tutorials, quickstarts, and technical documentation.

If you just got a new Maple, you probably want to begin with the
:ref:`quickstart <maple-quickstart>`.  You can then move on to reading
about the programming language you use with the Maple at the
:ref:`language reference <language>`.

If you're having problems, you might want to visit the
:ref:`troubleshooting <troubleshooting>` and :ref:`known problems
<errata>` pages.  Finally, you can always hit the `forums
<http://forums.leaflabs.com/>`_ to ask questions to the LeafLabs team
and other Maple users.  Good luck, and have fun!

General documentation:

.. toctree::
   :maxdepth: 1

   Quickstart Guide <maple-quickstart>
   IDE Installation Guide <maple-ide-install>
   IDE Documentation <ide>
   Language Reference <language>
   Arduino Compatibility Reference <compatibility>
   Library Reference <libraries>
   Command-Line Tools and APIs <libmaple>
   Troubleshooting <troubleshooting>
   External Interrupts <external-interrupts>
   Bootloader <bootloader>
   Known Problems <errata>
   Language Reference Index <language-index>

.. _index-hardware:

Hardware features:

.. toctree::
   :maxdepth: 1

   i2c
   pwm
   gpio
   usb
   jtag
   adc
   spi
   usart
   timers