reference-en
reference-en copied to clipboard
Editable source for the Arduino Reference
If a reference page uses code highlight markup on link text: https://github.com/arduino/reference-en/blob/15e183f067fb35e9e83764afce93fcf7da557f91/Language/Structure/Further%20Syntax/include.adoc#L27 it is rendered on the Language Reference like this:  The reference pages contain many links that use...
In the "See also" section, the reference sample has this to say about external links: https://github.com/arduino/reference-en/blob/afde77c8537eb03d60ef066011bdbd425722c90a/AsciiDoc_sample/Reference_Terms/AsciiDoc_Template-Single_Entity.adoc#L127-L128 However, in the Description, there is an external link which does not use the...
For example: https://www.arduino.cc/reference/en/language/functions/digital-io/digitalread/ does only highlight the constants `HIGH` and `LOW`. In my opinion it would make more sense to add links to all occurences of functions, constants and so...
The markdown for each reference page creates a few anchor tags: ```asciidoc [#overview] [#howtouse] [#see_also] ``` However, it's not clear to me that these are needed. The reason is that...
From the German forum (See https://forum.arduino.cc/index.php?topic=612980.20), I got the question if the reference is available as PDF (or EPUB) download for offline availability. As far as I know, this is...
*Moved from https://github.com/arduino/Arduino/issues/8711 by @Omar-alSuntawi* This code does not work correctly ! ``` const byte ledPin = 13; const byte interruptPin = 2; volatile byte state = LOW; void setup()...
It will be great if we can add Graph Embedding and Mathematical Functionalities to the functions under the topic Maths and Trigo https://www.arduino.cc/reference/en/language/functions/math/abs/. Please find a modified example here: https://github.com/animeshsrivastava24/reference-en/blob/master/AsciiDoc_sample/Reference_Terms/Math_abs.adoc
*Moved from https://github.com/arduino/Arduino/issues/264 by @damellis* This is [Issue 264](http://code.google.com/p/arduino/issues/detail?id=264) moved from a Google Code project. Added by 2010-05-25T20:40:09.000Z by [[email protected]](http://code.google.com/u/107726014984682000895/). Please review that bug for more context and additional comments,...
*Moved from https://github.com/arduino/Arduino/issues/5071 by @techpaul* # Interrupts on Due Whilst the Arduion software for DUE supports interrupts on any pin, there is a hardware factor you have to take into...
I notice the formatting of return types documentation is very inconsistent from page to page throughout the documentation. The [sample page](https://github.com/arduino/reference-en/blob/master/AsciiDoc_sample/Reference_Terms/AsciiDoc_Template-Single_Entity.adoc) should establish a formatting standard for return types but...