reference-en icon indicating copy to clipboard operation
reference-en copied to clipboard

Editable source for the Arduino Reference

Results 115 reference-en issues
Sort by recently updated
recently updated
newest added

= (compound bitshift right) are currently not described in the Language Reference, so can you describe these operations please?

enhancement

Maybe it would be good to insert a table with the datatypes and their length Group | Type names* | Notes on size / arduino UNO -- | -- |...

enhancement

Within my thesis on the ['future of learning Arduino'.](http://thesis.geertroumen.com/) I found that some of the main struggles for beginners are typing/understanding the Arduino specific jargon and syntax, and knowing what...

enhancement

I'm looking for information about attachInterrupt() on the new Nano BLE modules. I came across the following PR which was merged back in December 2019: https://github.com/arduino/reference-en/pull/714 But when I go...

bug

Observed a 0.4v difference between the actual analog voltage and the voltage read with Internal Analog Reference 1.1v, when an external analog reference voltage is connected to the AREF pin...

bug

Dear reader, I believe there is an error (typo) in the online documentation of https://www.arduino.cc/reference/en/language/functions/analog-io/analogread/ related to the number 1024 being used wrongly, instead of 1023 which is the correct...

bug

As it stands, it's impossible to tell the meaning of the "timeout" parameter used in the pulseIn() function. The documentation states that pulseIn() > Returns the length of the pulse...

bug

https://www.arduino.cc/reference/en/language/variables/data-types/string/functions/trim/ It states that it removes 'any leading and trailing whitespace' 'whitespace' isn't declared, Some websites states that /r/n are also whitespaces (char 10+13) but it does not remove these....

enhancement

I'm refering to this function: https://www.arduino.cc/reference/en/language/functions/communication/stream/streamfind/ The behavior of the function `Stream.find()` is that it will consume every single byte in the inBuffer until it fins the matching target. This...

enhancement

I suggest that the types of arguments and return values be specified in the documentation. For example instead of: > **Syntax** > > digitalRead(pin) > > **Parameters** > > **Returns**...

bug