diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/language.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/language.rst b/source/language.rst index be085f2..f707cb2 100644 --- a/source/language.rst +++ b/source/language.rst @@ -13,7 +13,7 @@ language used to program the `Arduino <http://arduino.cc/>`_ boards. .. TODO [0.2.0?] Wiring tutorial C or C++ programmers may wish to skip to the -:ref:`arduino_c_for_c_hackers`. +:ref:`arduino_c_for_c_hackers` or the :ref:`unix-toolchain`. .. contents:: Contents :local: @@ -22,6 +22,8 @@ C or C++ programmers may wish to skip to the - See the :ref:`libraries` for extra built-in libraries. + - If you want to use C or C++, see the :ref:`unix-toolchain`. + - If you're looking for something from the C standard library (like ``atoi()``, for instance): the :ref:`CodeSourcery GCC compiler <arm-gcc>` used to compile your programs is configured to link |