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

To avoid confusion, as in this [Forum thread](https://forum.arduino.cc/t/nano-every-non-existant/1310085), add Arduino Nano Every to the **Arduino megaAVR Boards**, next to the UNO WiFi Rev2 on the [analogReference() Function page](https://docs.arduino.cc/language-reference/en/functions/analog-io/analogReference/#arduino-megaavr-boards-uno-wifi-rev2).

The current description states that the argument of `sq()` can have “any data type”, whereas only numeric types can be used. The current description states that the returned value is...

For example: - There is no function setWireTimeout() anymore. The function is now called setTimeout() and takes milliseconds, not microseconds, as its first argument. - There is no documentation for...

The syntax of the discription of the function used the old name of the function, i.e. clearTimeout() instead of clearTimeoutFlag()