diff options
-rw-r--r-- | source/libmaple.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libmaple.rst b/source/libmaple.rst index b06e73e..0517f44 100644 --- a/source/libmaple.rst +++ b/source/libmaple.rst @@ -15,8 +15,8 @@ libraries written for the `Arduino <http://arduino.cc>`_ and `Wiring .. _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/ +libmaple is split into two pieces: a lower level layer written in C, +which we call *libmaple proper* (in the `libmaple/ <https://github.com/leaflabs/libmaple/tree/master/libmaple>`_ directory of the source repository), and the Wiring-style C++ API written on top of it, called *Wirish* (in `wirish/ |