diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-22 23:34:20 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-22 23:34:20 -0400 |
commit | 6a6a7c31c3b1a920a73dbc1f11dc502de7e776cd (patch) | |
tree | 5b3cd9565ef9deb72de657d6c68ae028937912bc | |
parent | 614dcf6613e79d68894bd41a329b2c407c2a50fb (diff) | |
download | librambutan-6a6a7c31c3b1a920a73dbc1f11dc502de7e776cd.tar.gz librambutan-6a6a7c31c3b1a920a73dbc1f11dc502de7e776cd.zip |
libmaple.rst: Add "libmaple vs. wirish" target.
-rw-r--r-- | source/libmaple.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/libmaple.rst b/source/libmaple.rst index d9f30be..60bf814 100644 --- a/source/libmaple.rst +++ b/source/libmaple.rst @@ -13,6 +13,8 @@ Cortex M3 microcontrollers. Its high-level interfaces are libraries written for the `Arduino <http://arduino.cc>`_ and `Wiring <http://wiring.org.co/>`_ development boards. +.. _libmaple-vs-wirish: + libmaple is split into two pieces: a lower level layer written in pure C, which we call *libmaple proper* (in the `libmaple/ <https://github.com/leaflabs/libmaple/tree/master/libmaple>`_ |