docs-content icon indicating copy to clipboard operation
docs-content copied to clipboard

Arduino documentation (docs.arduino.cc)

Results 188 docs-content issues
Sort by recently updated
recently updated
newest added

## What This PR Changes In the file "reference.md" the section describing the Logical OR operator was missing the pair of vertical pipe characters. This merge adds those characters. ##...

## What This PR Changes - Fixes the schematic image on the [MultiSerialMega](https://docs.arduino.cc/built-in-examples/communication/MultiSerialMega/#schematic) example page. - #2261 ## Contribution Guidelines - [x] I confirm that I have read the [contribution...

It looks like the [Use Multiple Serial Ports on the Arduino Mega](https://docs.arduino.cc/built-in-examples/communication/MultiSerialMega/) page has a small error in the schematic example. The TX pin of the mega is going to...

Correcting an errant NB: statement that incorrectly warns of taking over your host's keyboard - this is incorrect. A second HID Keyboard device is registered with the host computer, and...

## What This PR Changes - Blues Wireless Opta Expansion Product Page ## Contribution Guidelines - [x] I confirm that I have read the [contribution guidelines](https://github.com/arduino/docs-content/tree/main/contribution-templates) and comply with them.

pro
preview

## What This PR Changes frame.compressed() is not a method but frame.compress() is ## Contribution Guidelines - [x] I confirm that I have read the [contribution guidelines](https://github.com/arduino/docs-content/tree/main/contribution-templates) and comply with...

bug
community
pro

## What This PR Changes - License information is part of the webpage footer: ![image](https://github.com/user-attachments/assets/bc7982a4-947a-4256-a9ce-8240f37898a4) - This text is redundant. - Having this as a part of the md has...

Changed the `Serial.print(char,BYTE)` lines in the code to remove the unnecessary "`,BYTE`" error. "BYTE" causes errors as it is undefined. As written, the sample code doesn't compile, providing a needlessly...

bug
community
maker