Per Tillisch

Results 361 issues of Per Tillisch

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...

bug

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...

enhancement

*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()...

enhancement

*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,...

enhancement

*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...

enhancement

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...

enhancement
documentation

Libraries are locked to the `name` value specified by the library.properties metadata file in the release at the time of the Library Manager submission. Any release with a different name...

1. Sketch > Include Library > Manage Libraries > Filter your search... > search for LiquidCrystal I2C 2. Click on LiquidCrystal I2C(note the space rather than underscore between the words)...

Libraries are locked to the `name` value specified by the library.properties metadata file in the release at the time of the Library Manager submission. Any release with a different name...

Due to [license documentation issues](https://github.com/arduino/Arduino/pull/2703), most package managers provide a [version of the Arduino IDE that is outdated by 5 years](https://github.com/arduino/Arduino/releases/tag/1.0.5). For this reason, recommending installation of the Arduino IDE...