reference-en
reference-en copied to clipboard
Editable source for the Arduino Reference
= (compound bitshift right) are currently not described in the Language Reference, so can you describe these operations please?
Maybe it would be good to insert a table with the datatypes and their length Group | Type names* | Notes on size / arduino UNO -- | -- |...
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...
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...
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...
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...
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...
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....
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...
I suggest that the types of arguments and return values be specified in the documentation. For example instead of: > **Syntax** > > digitalRead(pin) > > **Parameters** > > **Returns**...